stm32g474_template/rust-toolchain.toml
2025-01-13 18:00:39 +03:00

4 lines
138 B
TOML

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