1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-15 16:13:55 +00:00
vaultwarden/rust-toolchain.toml
BlackDex 264d4766ab
Update Rust and crates
- Updated Rust to v1.83.0
- Updated MSRV to v1.82.0 (Needed for html5gum crate)
- Updated icon fetching code to match new html5gum version
- Updated workflows
- Enabled edition 2024 clippy lints
  Nightly reports some clippy hints, but that would be too much to change in this PR i think.

Signed-off-by: BlackDex <black.dex@gmail.com>
2024-11-29 17:48:39 +01:00

4 lines
88 B
TOML

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