embassy/rust-toolchain.toml

9 lines
259 B
TOML
Raw Normal View History

2022-07-10 22:25:35 +00:00
# Before upgrading check that everything is available on all tier1 targets here:
# https://rust-lang.github.io/rustup-components-history
[toolchain]
2022-12-01 21:09:45 +00:00
channel = "nightly-2022-11-22"
2022-07-10 22:25:35 +00:00
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv6m-none-eabi",
]