diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 00000000000..d4c6cc385f9 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "1.59" +components = [ "rustc", "clippy" ] +targets = ["wasm32-unknown-unknown"] +profile = "minimal"