1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-17 00:00:09 +00:00
vaultwarden/rust-toolchain.toml
Mathijs van Veluw 73f2441d1a
Update Rust, Crates and Web-Vault (#5860)
- 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 18:49:43 +02:00

4 lines
88 B
TOML

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