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

Update Rust version & crates (#4928)

This commit is contained in:
Daniel 2024-09-07 11:39:29 +03:00 committed by GitHub
parent 248e561b3f
commit 66baa5e7d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 367 additions and 235 deletions

View file

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