KyriaV3-FW/rust-toolchain.toml
2025-08-21 15:38:39 +02:00

6 lines
122 B
TOML

[toolchain]
channel = "stable"
components = ["rust-src", "rustfmt", "llvm-tools"]
targets = [
"thumbv6m-none-eabi",
]