From 9f76e23b82375b2c9c9d17b1aa453bd09f932943 Mon Sep 17 00:00:00 2001 From: Chandra Penke Date: Wed, 6 Mar 2024 16:19:04 -0800 Subject: [PATCH] fix: add rust toolchain version --- 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..6939a60 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,4 @@ +[toolchain] +channel = "1.73.0" +components = ["rustfmt", "clippy"] +targets = ["wasm32-unknown-unknown"]