rtic/rust-toolchain.toml

5 lines
131 B
TOML
Raw Normal View History

2023-01-04 21:33:41 +01:00
[toolchain]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = [ "thumbv7em-none-eabihf" ]