alert-me/rust-toolchain.toml

6 lines
150 B
TOML

[toolchain]
channel = "nightly"
components = [ "clippy", "rustfmt" ]
targets = [ "thumbv7em-none-eabi", "thumbv7em-none-eabihf" ]
profile = "minimal"