We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58c41c5 commit 8688569Copy full SHA for 8688569
rust-toolchain.toml
@@ -0,0 +1,8 @@
1
+# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
2
+[toolchain]
3
+# can be further pinned eg:
4
+# date: "stable-2020-07-10"
5
+# version: "nightly-1.0.0"
6
+channel = "stable"
7
+components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
8
+targets = [ "wasm32-wasi" ]
0 commit comments