summaryrefslogtreecommitdiffstats
path: root/rust-toolchain
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-03-26 16:01:22 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2021-03-26 16:01:22 +0000
commit4c662fc6d08009fcdfa5b49e7875e44abf3971d8 (patch)
tree342017c6127fc8bfe0cf802dd3eba9499fd85c42 /rust-toolchain
parentd818661c727a59312e1a43432e84fbeec79fc145 (diff)
Start porting to cargo-make
Diffstat (limited to 'rust-toolchain')
-rw-r--r--rust-toolchain8
1 files changed, 2 insertions, 6 deletions
diff --git a/rust-toolchain b/rust-toolchain
index 89459e2c7..b97a3405b 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,8 +1,4 @@
-# https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file
[toolchain]
-# can be further pinned eg:
-# date: "stable-2020-07-10"
-# version: "nightly-1.0.0"
-channel = "1.49.0"
-components = [ "rustfmt", "rust-src", "clippy", "rust-analysis"]
+channel = "stable"
+components = [ "rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi"]