vaultwarden/rust-toolchain.toml
Daniel 1109293992
Update Rust to 1.84.1 (#5508)
- also update the crates
- add necessary modifications for `rand` upgrade
- `small_rng` is enabled by default now
2025-02-01 13:16:32 +01:00

5 lines
88 B
TOML

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