anos/rust-toolchain.toml

7 lines
132 B
TOML

[toolchain]
channel = "nightly"
components = [ "rust-analyzer-preview" ]
targets = [ "thumbv7em-none-eabihf" ]
profile = "minimal"