horn_driver/rust-toolchain.toml

5 lines
152 B
TOML

[toolchain]
channel = "1.96.0"
profile = "default"
targets = ["thumbv7em-none-eabihf"]
components = [ "rustfmt", "rust-analyzer", "clippy", "rust-src"]