7 lines
125 B
TOML
7 lines
125 B
TOML
[toolchain]
|
|
channel = "stable"
|
|
components = ["rust-src", "rustfmt", "llvm-tools"]
|
|
targets = [
|
|
"thumbv7em-none-eabihf",
|
|
]
|