Skip to content

Commit 438429c

Browse files
Update Rust to v1.96.1
1 parent e09fdc1 commit 438429c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/formatting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v4
1010
- uses: dtolnay/rust-toolchain@master
1111
with:
12-
toolchain: 1.69.0
12+
toolchain: 1.96.1
1313
components: rustfmt
1414
- name: cargo fmt
1515
run: cargo fmt --all -- --check
@@ -20,6 +20,6 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: dtolnay/rust-toolchain@stable
2222
with:
23-
toolchain: 1.84.0
23+
toolchain: 1.96.1
2424
components: clippy
2525
- run: cargo clippy -- --deny warnings

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.84.0"
2+
channel = "1.96.1"
33
targets = [ "thumbv8m.main-none-eabihf" ]
44
profile = "minimal"
55
components = [ "rustfmt" ]

0 commit comments

Comments
 (0)