vaultwarden/rust-toolchain.toml
Daniel 6edceb5f7a
Update Rust to 1.85.0 (#5634)
- also update the crates
2025-02-24 12:12:34 +01:00

5 lines
88 B
TOML

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