Skip to content

Commit c5245dc

Browse files
committed
build: use same rust version as cargo-msfs
This avoids downlading & recompiling crates every time.
1 parent 8b6ec09 commit c5245dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rust-toolchain.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[toolchain]
2-
profile = "default"
3-
channel = "1.83"
4-
targets = ["wasm32-wasip1"]
1+
[toolchain]
2+
profile = "default"
3+
channel = "1.84"
4+
targets = ["wasm32-wasip1"]

0 commit comments

Comments
 (0)