summaryrefslogtreecommitdiffstats
path: root/rust-toolchain.toml
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.toml
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.toml')
-rw-r--r--rust-toolchain.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 000000000..e37283b00
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,5 @@
+# This file is updated by `update-toolchain.sh`
+[toolchain]
+channel = "1.58.0"
+components = ["rustfmt", "clippy", "rust-analysis"]
+targets = ["wasm32-wasi", "x86_64-unknown-linux-musl"]