Files
firezone/rust/rust-toolchain.toml
Thomas Eizinger da00848549 build(deps): bump to Rust 1.89 (#10208)
Rust 1.89 comes with a new lint that wants us to use explicitly refer to
lifetimes, even if they are elided.
2025-08-18 05:04:55 +00:00

5 lines
124 B
TOML

[toolchain]
channel = "1.89.0"
components = ["rust-src", "rust-analyzer", "clippy"]
targets = ["x86_64-unknown-linux-musl"]