Use rust-toolchain.toml for developers and CI

This commit is contained in:
Rukai
2021-05-08 13:48:47 +10:00
parent 76f737bb0e
commit 854022dbee
2 changed files with 8 additions and 7 deletions

6
rust-toolchain.toml Normal file
View File

@ -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" ]