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:
parent
6e23a573fb
commit
7f0d0cf8a4
3 changed files with 14 additions and 13 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue