Skip to content

Commit d07631f

Browse files
alisterd51ctron
authored andcommitted
fix(wasm_threads): use cargo 1.95.0-nightly
1 parent a902669 commit d07631f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Before upgrading check that everything is available on all tier1 targets here:
22
# https://rust-lang.github.io/rustup-components-history
33
[toolchain]
4-
channel = "nightly-2024-08-02"
4+
channel = "nightly-2026-02-17" # nightly toolchain is required because crate `wasm_thread` depends on feature `stdarch_wasm_atomic_wait`
55
targets = ["wasm32-unknown-unknown"]
66
components = ["rust-src", "rustfmt", "clippy"]

0 commit comments

Comments
 (0)