7 lines
123 B
TOML
7 lines
123 B
TOML
[toolchain]
|
|
channel = "1.93"
|
|
components = [ "rust-src", "rustfmt", "llvm-tools" ]
|
|
targets = [
|
|
"thumbv7em-none-eabi",
|
|
]
|