diff options
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 6 |
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] | ||
| 4 | channel = "nightly-2021-05-07" | ||
| 5 | components = [ "rust-src", "rustfmt" ] | ||
| 6 | targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi" ] | ||
