Files
corne-rs/rust-toolchain.toml
2025-10-12 21:43:50 +05:30

7 lines
125 B
TOML

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