Files
vaultwarden/rust-toolchain.toml
Daniel 8fd0ee4211 Update Rust to 1.89.0 (#6150)
- also raise MSRV to 1.87.0
2025-08-09 22:21:09 +02:00

5 lines
88 B
TOML

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