mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-19 05:07:54 +00:00
8 lines
165 B
TOML
8 lines
165 B
TOML
[toolchain]
|
|
channel = "1.68.2"
|
|
components = ["rustfmt", "clippy"]
|
|
targets = [
|
|
"armv7-unknown-linux-gnueabihf",
|
|
"aarch64-unknown-linux-gnu",
|
|
]
|
|
profile = "default" |