Files
solo2/rust-toolchain.toml
Emanuele Cesena cc7523b419 monorepo: add cli
2026-06-12 16:13:15 -07:00

5 lines
126 B
TOML

[toolchain]
channel = "1.94.1"
components = ["clippy", "llvm-tools-preview", "rustfmt"]
targets = ["thumbv8m.main-none-eabi"]