anos/rust-toolchain.toml

7 lines
132 B
TOML
Raw Normal View History

2021-12-01 07:36:18 +00:00
[toolchain]
channel = "nightly"
components = [ "rust-analyzer-preview" ]
targets = [ "thumbv7em-none-eabihf" ]
profile = "minimal"