summaryrefslogtreecommitdiffstats
path: root/rust-toolchain
diff options
context:
space:
mode:
authorBrooks J Rady <b.j.rady@gmail.com>2021-02-23 16:10:38 +0000
committerBrooks J Rady <b.j.rady@gmail.com>2021-02-23 16:13:41 +0000
commit3bc9fdbc0c55f29a851073e348d6dcaa19234ab8 (patch)
treea40413830562c49ac20b3b67be565a3a58425048 /rust-toolchain
parent4d21e8f357921bc7695a907405f73848789e3382 (diff)
build(simplify and fix build system, removing the binary assets)
Diffstat (limited to 'rust-toolchain')
-rw-r--r--rust-toolchain8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust-toolchain b/rust-toolchain
new file mode 100644
index 000000000..89459e2c7
--- /dev/null
+++ b/rust-toolchain
@@ -0,0 +1,8 @@
+# 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"]
+targets = ["wasm32-wasi"]