From 011ab4bd5b64b3195fab865506965bf1d19ca0fd Mon Sep 17 00:00:00 2001 From: Toshit Chawda Date: Wed, 29 Jan 2025 21:40:01 -0800 Subject: [PATCH] add rust-toolchain --- rust-toolchain.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rust-toolchain.toml diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..693f15e --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "nightly" +targets = ["wasm32-unknown-unknown"] +components = ["rust-src"]