1
0
Fork 0
blackknobs/rust-toolchain.toml

6 lines
138 B
TOML

# rust-toolchain.toml
[toolchain]
channel = "stable"
components = [ "rust-src", "llvm-tools-preview" ]
targets = [ "thumbv7m-none-eabi" ]