7 lines
122 B
TOML
7 lines
122 B
TOML
|
|
[toolchain]
|
||
|
|
channel = "1.84"
|
||
|
|
components = [ "rust-src", "rustfmt", "llvm-tools" ]
|
||
|
|
targets = [
|
||
|
|
"thumbv6m-none-eabi",
|
||
|
|
]
|