micro-rust/rust-toolchain.toml

6 lines
149 B
TOML
Raw Permalink Normal View History

2024-10-17 10:02:00 +00:00
[toolchain]
channel = "stable"
components = [ "clippy", "rustfmt" ]
targets = [ "thumbv7em-none-eabi", "thumbv7em-none-eabihf" ]
profile = "minimal"