stm32-data/rust-toolchain.toml
Dario Nieuwenhuis 0411badebc Update nightly.
2024-01-03 02:00:34 +01:00

10 lines
208 B
TOML

[toolchain]
channel = "nightly-2024-01-01"
components = [ "rust-src", "rustfmt" ]
targets = [
"thumbv6m-none-eabi",
"thumbv7m-none-eabi",
"thumbv7em-none-eabi",
"thumbv8m.main-none-eabihf",
]