fix multithread

This commit is contained in:
2026-09-01 08:18:26 +07:00
parent 3290f71fa4
commit 6a7bf17e6e
4 changed files with 14 additions and 33 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly"
components = ["rustfmt", "clippy", "rust-src"]
components = ["rustfmt", "clippy"]
targets = ["wasm32-unknown-unknown"]