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

Update MSRV to 1.60.0

The latest version of chrono-tz needs 1.60.0 because of phf.
Since chrono-tz has updated timezone information i do think it is
usefull in some cases around the world.
This commit is contained in:
BlackDex 2022-07-31 16:26:57 +02:00
parent 6e23a573fb
commit 7f0d0cf8a4
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
3 changed files with 14 additions and 13 deletions

View file

@ -3,7 +3,7 @@ name = "vaultwarden"
version = "1.0.0"
authors = ["Daniel García <dani-garcia@users.noreply.github.com>"]
edition = "2021"
rust-version = "1.59"
rust-version = "1.60.0"
resolver = "2"
repository = "https://github.com/dani-garcia/vaultwarden"