vaultwarden/rust-toolchain.toml
Mathijs van Veluw de7abaaafa
Update Rust and adjust DockerSettings (#7690)
- Update Rust to v1.98.1 which resolves a build issues with strange
  outcomes
- Adjusted the DockerSettings and render_template to extract the
  `rust_version` from the `rust-toolchain.toml` file. This should
  prevent mismatches and forgetting to update DockerSettings.
- Updated typos in GHA and Pre-Commit
- Updated all possible crates including hickory which has several CVE's
  fixed.

Signed-off-by: BlackDex <black.dex@gmail.com>
2026-09-09 11:51:23 +02:00

4 lines
88 B
TOML

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