Files
vaultwarden/rust-toolchain.toml
T
Mathijs van Veluw a6a88e7929 Update API response, crates and GHA (#7470)
- Updated API response to more closely match v2026.6.0+ server versions.
- Updated all the crates
- Updated Rust to v1.97.1
- Updated the web-vault to v2026.6.4
- Updated GitHub Actions

Signed-off-by: BlackDex <black.dex@gmail.com>
2026-07-24 17:33:10 +02:00

5 lines
88 B
TOML

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