diff options
author | BlackDex <[email protected]> | 2022-07-31 16:26:57 +0200 |
---|---|---|
committer | BlackDex <[email protected]> | 2022-08-01 16:21:06 +0200 |
commit | 7f0d0cf8a487e0a17a05411f9a51e3818c4caaa8 (patch) | |
tree | 3cfa8af2e6ac2c9d45af182016767ec1daef2a67 /.github/workflows/build.yml | |
parent | 6e23a573fb5abaed0e8b12510e18693f3494573a (diff) | |
download | vaultwarden-7f0d0cf8a487e0a17a05411f9a51e3818c4caaa8.tar.gz vaultwarden-7f0d0cf8a487e0a17a05411f9a51e3818c4caaa8.zip |
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.
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0108fcba..90763d1b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }} |