Files
vaultwarden/rust-toolchain.toml
T
Mathijs van Veluw d6a3d539ed Update Rust, Crates and GHA (#7307)
- Updated Rust to v1.96.0
- Updated all the crates, and adjusted code where needed
- Fixed some nightly reported clippy lints
- Updated all the GitHub actions

Signed-off-by: BlackDex <black.dex@gmail.com>
2026-06-05 21:52:52 +02:00

5 lines
88 B
TOML

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