Files
firezone/rust/rust-toolchain.toml
2025-04-03 21:14:08 +00:00

6 lines
156 B
TOML

[toolchain]
# Keep synced with `Dockerfile`
channel = "1.86.0"
components = ["rust-src", "rust-analyzer", "clippy"]
targets = ["x86_64-unknown-linux-musl"]