rtic/rust-toolchain.toml
2023-01-26 22:21:24 +01:00

4 lines
131 B
TOML

[toolchain]
channel = "nightly"
components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
targets = [ "thumbv7em-none-eabihf" ]