From ac3c09066b461d5e66bb5447741878b8a3a94642 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 12 Apr 2022 08:15:13 +0200 Subject: 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. --- rust-toolchain.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 rust-toolchain.toml (limited to 'rust-toolchain.toml') 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"] -- cgit v1.2.3