1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-30 22:44:48 +00:00
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

4 lines
88 B
TOML

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