summaryrefslogtreecommitdiffstats
path: root/rust-toolchain
diff options
context:
space:
mode:
Diffstat (limited to 'rust-toolchain')
-rw-r--r--rust-toolchain11
1 files changed, 0 insertions, 11 deletions
diff --git a/rust-toolchain b/rust-toolchain
deleted file mode 100644
index cc85da321..000000000
--- a/rust-toolchain
+++ /dev/null
@@ -1,11 +0,0 @@
-
-# This file is updated by `update-toolchain.sh`
-# We aim to be around 1-2 rust releases behind in order
-# to get people the time to update their toolchains properly.
-# By enforcing this, we can also make full use of the features
-# provided by the current channel.
-
-[toolchain]
-channel = "1.57.0"
-components = ["rustfmt", "clippy", "rust-analysis"]
-targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]