stm32f334_template/rust-toolchain.toml

5 lines
138 B
TOML
Raw Normal View History

2025-01-13 17:23:44 +03:00
[toolchain]
channel = "nightly-2024-10-13"
components = ["rust-src", "rustfmt", "llvm-tools", "miri"]
targets = ["thumbv7em-none-eabihf"]