Update MSRV to 1.60

This commit is contained in:
Graham Esau 2023-08-27 22:20:14 +01:00
parent 37478d764e
commit 5dbfa49c5e
5 changed files with 7 additions and 7 deletions

View file

@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-latest
env:
# work-around https://github.com/rust-lang/cargo/issues/10303
CARGO_NET_GIT_FETCH_WITH_CLI: ${{ matrix.rust == '1.56.0' }}
CARGO_NET_GIT_FETCH_WITH_CLI: ${{ matrix.rust == '1.60.0' }}
strategy:
matrix:
rust:
- 1.56.0
- 1.60.0
- stable
- beta
- nightly
include:
- rust: 1.56.0
- rust: 1.60.0
test_features: "--features impl_json_schema"
allow_failure: false
- rust: stable