summaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authoru <@>2026-03-11 10:07:13 -0700
committeru <@>2026-03-11 10:09:14 -0700
commit2b05abea03cdaca42b0ab69852799ee1542b467f (patch)
treed2fb7786eccb60afec15f95ab44ffb6b761dedd2 /rust-toolchain.toml
parent9bdd9eb5442bbdeefa08ea60fd966c8f9a83c543 (diff)
build-std, give up on transmute dance
the file is streamed anyway. build-std was failing with workers 0.7 but they fixed it? maybe rustup update fixed it and my stuff was mismatched. idk. its annoying
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 0000000..eacff52
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,5 @@
+[toolchain]
+channel = "nightly-2026-03-11"
+profile = "default"
+components = ["rust-src"]
+targets = [ "wasm32-unknown-unknown" ]