1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-13 07:03:58 +00:00

Update rust and remove unused header values (#4645)

* Update rust and remove unused header values

* Missed one unused var
This commit is contained in:
Daniel García 2024-06-16 22:05:17 +02:00 committed by GitHub
parent f05398a6b3
commit 377969ea67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 19 deletions

View file

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