stm32f334_template/rust-toolchain.toml
2025-01-13 17:26:00 +03:00

4 lines
138 B
TOML

[toolchain]
channel = "nightly-2024-10-13"
components = ["rust-src", "rustfmt", "llvm-tools", "miri"]
targets = ["thumbv7em-none-eabihf"]