From 03a6c07c7361ee8ba5286952c64d2e36e1865247 Mon Sep 17 00:00:00 2001 From: Xe Iaso Date: Sat, 27 Sep 2025 18:33:05 +0000 Subject: [PATCH] chore: add rust-toolchain.toml Signed-off-by: Xe Iaso --- rustup-toolchain.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 rustup-toolchain.toml diff --git a/rustup-toolchain.toml b/rustup-toolchain.toml new file mode 100644 index 00000000..3fc03b8b --- /dev/null +++ b/rustup-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "stable" +components = ["rustfmt", "cargo", "clippy", "rust-analyzer", "rustfmt"] +targets = ["wasm32-unknown-unknown"]