We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e09fdc1 commit 438429cCopy full SHA for 438429c
2 files changed
.github/workflows/formatting.yml
@@ -9,7 +9,7 @@ jobs:
9
- uses: actions/checkout@v4
10
- uses: dtolnay/rust-toolchain@master
11
with:
12
- toolchain: 1.69.0
+ toolchain: 1.96.1
13
components: rustfmt
14
- name: cargo fmt
15
run: cargo fmt --all -- --check
@@ -20,6 +20,6 @@ jobs:
20
21
- uses: dtolnay/rust-toolchain@stable
22
23
- toolchain: 1.84.0
24
components: clippy
25
- run: cargo clippy -- --deny warnings
rust-toolchain.toml
@@ -1,5 +1,5 @@
1
[toolchain]
2
-channel = "1.84.0"
+channel = "1.96.1"
3
targets = [ "thumbv8m.main-none-eabihf" ]
4
profile = "minimal"
5
components = [ "rustfmt" ]
0 commit comments