From 2b05abea03cdaca42b0ab69852799ee1542b467f Mon Sep 17 00:00:00 2001 From: u <@> Date: Wed, 11 Mar 2026 10:07:13 -0700 Subject: 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 --- rust-toolchain.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') 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" ] -- cgit v1.2.3