1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-03 01:29:07 +00:00
vaultwarden/rust-toolchain.toml
BlackDex ce4cee124b
Update Rust, Crates and Web-Vault
- Updated web-vault to v2025.5.0
- Updated Rust to v1.87.0
- Updated all the crates
- Replaced yubico with yubico_ng
- Fixed several new (nightly) clippy lints

Signed-off-by: BlackDex <black.dex@gmail.com>
2025-05-16 13:14:51 +02:00

4 lines
88 B
TOML

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