summaryrefslogtreecommitdiffstats
path: root/rust-toolchain
diff options
context:
space:
mode:
authora-kenji <aks.kenji@protonmail.com>2022-04-12 08:15:13 +0200
committerGitHub <noreply@github.com>2022-04-12 08:15:13 +0200
commitac3c09066b461d5e66bb5447741878b8a3a94642 (patch)
tree4bbd6d6a783f713b7f2304bbdff178b0b4b2ebb0 /rust-toolchain
parent0531a13fc5d24fe8884a5b4fed6cfd538d8c16a7 (diff)
fix: `rust-toolchain` -> `rust-toolchain.toml` (#1313)
The new location has been stable for a year, by now peoples toolchains should have been able to catch up.
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"]