1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-02 10:35:01 +00:00

Update Rust to 1.80.1 (#4831)

This commit is contained in:
Daniel 2024-08-09 12:52:56 +03:00 committed by GitHub
parent 1ea511cbfc
commit a1204cc935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 7 additions and 7 deletions

View file

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