Skip to content

Commit c221bc3

Browse files
committed
build: update toolchains
1 parent ae310ba commit c221bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ensure_no_std/rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[toolchain]
2-
channel = "1.77.2"
2+
channel = "1.84.1"
33
components = ["rustfmt", "clippy"]
44
targets = ["wasm32-unknown-unknown"]
55
profile = "minimal"

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.80.1"
2+
channel = "1.84.1"
33
components = ["rustfmt", "clippy", "rust-analyzer"]
44
profile = "minimal"

0 commit comments

Comments
 (0)