1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-25 05:20:42 +00:00

Update Rust to 1.85.0 (#5634)

- also update the crates
This commit is contained in:
Daniel 2025-02-24 13:12:34 +02:00 committed by GitHub
commit 6edceb5f7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 96 additions and 87 deletions

View file

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