1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-02 18:44:59 +00:00

Update Rust and Crates (#4211)

- Updated Rust to v1.75.0
- Updated all the crates
- Fixed warning generated by latest version of Rust
This commit is contained in:
Mathijs van Veluw 2024-01-01 15:41:54 +01:00 committed by GitHub
parent cbdcf8ef9f
commit c5665e7b77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 116 additions and 117 deletions

View file

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