Skip to content

Commit

Permalink
Update MSRV to 1.60.0
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
BlackDex committed Jul 31, 2022
1 parent 6e23a57 commit 1e21ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1e21ff4

Please sign in to comment.