summaryrefslogtreecommitdiffstats
path: root/rust-toolchain
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-04-13 15:35:37 +0100
committerBrooks J Rady <b.j.rady@gmail.com>2021-04-13 15:35:37 +0100
commitdcd03ddc857fa35909de95d3dee9f01ad8344806 (patch)
treee24a39fac8fc317254fde42b433148397949b9ce /rust-toolchain
parentccc34f1fe2f5c1d067fc6ff995b6719348ff13f6 (diff)
First iteration of the new build system is complete
Diffstat (limited to 'rust-toolchain')
-rw-r--r--rust-toolchain4
1 files changed, 2 insertions, 2 deletions
diff --git a/rust-toolchain b/rust-toolchain
index b97a3405b..09f9a2a1f 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1,4 +1,4 @@
[toolchain]
-channel = "stable"
-components = [ "rustfmt", "clippy", "rust-analysis"]
+channel = "nightly"
+components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi"]