1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-08-27 13:04:47 +00:00

Update rust and remove unused header values

This commit is contained in:
Daniel García 2024-06-16 21:46:44 +02:00
commit 9a73230f6c
No known key found for this signature in database
GPG key ID: FC8A7D14C3CD543A
5 changed files with 7 additions and 18 deletions

View file

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