Update MSRV to 1.60
This commit is contained in:
parent
37478d764e
commit
5dbfa49c5e
5 changed files with 7 additions and 7 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue