vaultwarden/rust-toolchain.toml
Daniel bbbd2f6d15
Update Rust to 1.86.0 (#5744)
- also raise MSRV to 1.84.0

- fix `Dockerfile` template
- remove no longed needed `-vvv` argument for `cargo build`
2025-04-04 18:04:36 +02:00

5 lines
88 B
TOML

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