2021-05-08 03:48:47 +00:00
|
|
|
# Before upgrading check that everything is available on all tier1 targets here:
|
|
|
|
# https://rust-lang.github.io/rustup-components-history
|
|
|
|
[toolchain]
|
2021-06-02 22:49:03 +00:00
|
|
|
channel = "nightly-2021-05-07"
|
2021-05-08 03:48:47 +00:00
|
|
|
components = [ "rust-src", "rustfmt" ]
|
2021-06-11 20:58:09 +00:00
|
|
|
targets = [ "thumbv7em-none-eabi", "thumbv6m-none-eabi", "thumbv7em-none-eabihf" ]
|