1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-11 06:03:57 +00:00

Update Rust to 1.84.1 (#5508)

- also update the crates
- add necessary modifications for `rand` upgrade
- `small_rng` is enabled by default now
This commit is contained in:
Daniel 2025-02-01 14:16:32 +02:00 committed by GitHub
parent 3c29f82974
commit 1109293992
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 167 additions and 85 deletions

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "1.84.0"
channel = "1.84.1"
components = [ "rustfmt", "clippy" ]
profile = "minimal"