alert-me/rust-toolchain.toml

6 lines
140 B
TOML
Raw Normal View History

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