horn_driver/rust-toolchain.toml

6 lines
152 B
TOML
Raw Normal View History

[toolchain]
channel = "1.96.0"
profile = "default"
2026-06-16 12:39:20 -04:00
targets = ["thumbv7em-none-eabihf"]
components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src"]