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