Files
firezone/rust/rust-toolchain.toml
Thomas Eizinger 2dd61d7c5c chore: Support Docker builds of Rust (#10230)
Signed-off-by: Mariusz Klochowicz <mariusz@klochowicz.com>
Co-authored-by: Mariusz Klochowicz <mariusz@klochowicz.com>
2025-09-02 02:21:07 +00:00

5 lines
157 B
TOML

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