diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index ab571c1..6eb4f9a 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@master with: - toolchain: 1.69.0 + toolchain: 1.96.0 components: rustfmt - name: cargo fmt run: cargo fmt --all -- --check @@ -20,6 +20,6 @@ jobs: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable with: - toolchain: 1.84.0 + toolchain: 1.96.0 components: clippy - run: cargo clippy -- --deny warnings diff --git a/rust-toolchain.toml b/rust-toolchain.toml index f4e26ea..8912ec5 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,5 +1,5 @@ [toolchain] -channel = "1.84.0" +channel = "1.96.0" targets = [ "thumbv8m.main-none-eabihf" ] profile = "minimal" components = [ "rustfmt" ]