1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-05-16 14:00:05 +02:00
vaultwarden/rust-toolchain.toml
Mathijs van Veluw b9bdc9b8e2
Update Rust, crates and web-vault (#4328)
- Updated Rust to v1.76.0
- Updated crates
- Updated web-vault to v2024.1.2b
- Fixed some Clippy lints
- Moved lint check configuration Cargo.toml
- Fixed issue with Reset Password Enrollment when logged-in via device
2024-02-08 22:16:29 +01:00

5 Zeilen
88 B
TOML

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