alert-me/rust-toolchain.toml

6 lines
150 B
TOML
Raw Normal View History

2024-05-20 09:18:17 +00:00
[toolchain]
channel = "nightly"
2024-06-28 16:18:43 +00:00
components = [ "clippy", "rustfmt" ]
2024-05-20 09:18:17 +00:00
targets = [ "thumbv7em-none-eabi", "thumbv7em-none-eabihf" ]
profile = "minimal"