1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-13 21:22:42 +00:00

Update Rust and crates

- Updated Rust to v1.78.0
- Updated crates
This commit is contained in:
BlackDex 2024-05-15 21:42:09 +02:00
commit 29f4588f49
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
6 changed files with 174 additions and 179 deletions

View file

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