Files
rust-stm32/rust-toolchain.toml
2026-07-03 12:59:18 +02:00

6 lines
153 B
TOML

[toolchain]
channel = "1.95.0"
components = ["clippy", "rustfmt", "rust-src", "llvm-tools-preview"]
targets = ["thumbv7m-none-eabi"]
profile = "minimal"