mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-01-03 03:46:45 +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"
|