aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml6
1 files changed, 6 insertions, 0 deletions
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 @@
1# Before upgrading check that everything is available on all tier1 targets here:
2# https://rust-lang.github.io/rustup-components-history
3[toolchain]
4channel = "nightly-2021-05-07"
5components = [ "rust-src", "rustfmt" ]
6targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ]