vaultwarden/rust-toolchain.toml
Daniel b7c254eb30
Update Rust to 1.82.0 (#5099)
- raise MSRV to 1.80.0
- also update the crates
2024-10-18 20:34:31 +02:00

4 lines
88 B
TOML

[toolchain]
channel = "1.82.0"
components = [ "rustfmt", "clippy" ]
profile = "minimal"