mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
Rust 1.89 comes with a new lint that wants us to use explicitly refer to lifetimes, even if they are elided.
5 lines
124 B
TOML
5 lines
124 B
TOML
[toolchain]
|
|
channel = "1.89.0"
|
|
components = ["rust-src", "rust-analyzer", "clippy"]
|
|
targets = ["x86_64-unknown-linux-musl"]
|