Files
vaultwarden/rust-toolchain.toml
Mathijs van Veluw 1583fe4af3 Update Rust and Crates and GHA (#6843)
- Update Rust to v1.93.1
- Updated all the crates
  Adjust changes needed for the newer `rand` crate
- Updated GitHub Actions

Signed-off-by: BlackDex <black.dex@gmail.com>
2026-02-18 00:17:20 +01:00

5 lines
88 B
TOML

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