chirpstack/rust-toolchain.toml

8 lines
165 B
TOML
Raw Normal View History

[toolchain]
channel = "1.68.2"
components = ["rustfmt", "clippy"]
targets = [
"armv7-unknown-linux-gnueabihf",
"aarch64-unknown-linux-gnu",
]
profile = "default"