File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
- name : Install Rust toolchain
18
18
uses : actions-rs/toolchain@v1
19
19
with :
20
- toolchain : 1.81
20
+ toolchain : 1.82
21
21
profile : minimal
22
22
default : true
23
23
components : rustfmt, clippy
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ version = "0.1.0"
14
14
[workspace .package ]
15
15
# This must be kept in sync with rust-toolchain.toml; please see that file for
16
16
# more information.
17
- rust-version = " 1.81 "
17
+ rust-version = " 1.82 "
18
18
19
19
[dependencies ]
20
20
# Pull in all of the libtock-rs crates
Original file line number Diff line number Diff line change 5
5
# you'd like to use. When you do so, update this to the first Rust version that
6
6
# includes that feature. Whenever this value is updated, the rust-version field
7
7
# in Cargo.toml must be updated as well.
8
- channel = " 1.81 "
8
+ channel = " 1.82 "
9
9
components = [" clippy" , " rustfmt" ]
10
10
targets = [" thumbv6m-none-eabi" ,
11
11
" thumbv7em-none-eabi" ,
You can’t perform that action at this time.
0 commit comments