From 854022dbee4e37846ba554179182d679322dccd0 Mon Sep 17 00:00:00 2001 From: Rukai Date: Sat, 8 May 2021 13:48:47 +1000 Subject: Use rust-toolchain.toml for developers and CI --- rust-toolchain.toml | 6 ++++++ 1 file changed, 6 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..2cb177974 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,6 @@ +# Before upgrading check that everything is available on all tier1 targets here: +# https://rust-lang.github.io/rustup-components-history +[toolchain] +channel = "nightly-2021-05-07" +components = [ "rust-src", "rustfmt" ] +targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ] -- cgit