1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-30 07:39:09 +00:00
vaultwarden/rust-toolchain.toml
dfunkt 0d40342cdf Update Rust to 1.84.1
- also update the crates
- add necessary modifications for `rand` upgrade
- `small_rng` is enabled by default now
2025-02-01 12:16:52 +02:00

4 lines
88 B
TOML

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