Skip to content

Commit a04570c

Browse files
committed
Bump Rust version to 1.82
Signed-off-by: Alistair Francis <[email protected]>
1 parent 0bfb784 commit a04570c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Rust toolchain
1818
uses: actions-rs/toolchain@v1
1919
with:
20-
toolchain: 1.81
20+
toolchain: 1.82
2121
profile: minimal
2222
default: true
2323
components: rustfmt, clippy

tock-responder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ version = "0.1.0"
1414
[workspace.package]
1515
# This must be kept in sync with rust-toolchain.toml; please see that file for
1616
# more information.
17-
rust-version = "1.81"
17+
rust-version = "1.82"
1818

1919
[dependencies]
2020
# Pull in all of the libtock-rs crates

tock-responder/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# you'd like to use. When you do so, update this to the first Rust version that
66
# includes that feature. Whenever this value is updated, the rust-version field
77
# in Cargo.toml must be updated as well.
8-
channel = "1.81"
8+
channel = "1.82"
99
components = ["clippy", "rustfmt"]
1010
targets = ["thumbv6m-none-eabi",
1111
"thumbv7em-none-eabi",

0 commit comments

Comments
 (0)