1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-03 11:05:07 +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

@ -30,7 +30,7 @@ jobs:
matrix:
channel:
- "rust-toolchain" # The version defined in rust-toolchain
- "1.59.0" # The supported MSRV
- "1.60.0" # The supported MSRV
name: Build and Test ${{ matrix.channel }}