Skip to content

Commit 64090a4

Browse files
committed
downgrade to 1.81.0
Rust 1.81.0 introduces some interesting breaking changes for wasm codegen and I'd rather not deal with those now. See the compatibility notes section of https://github.com/rust-lang/rust/releases/tag/1.82.0.
1 parent edc966a commit 64090a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "1.82.0"
2+
channel = "1.81.0"
33
components = ["clippy", "llvm-tools-preview", "rustfmt"]
44
targets = ["wasm32-unknown-unknown"]

0 commit comments

Comments
 (0)