Skip to content

Commit

Permalink
chore: adapt to new way of doing MSRV checks
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Mar 21, 2024
1 parent 564afb0 commit a28f3f3
Show file tree
Hide file tree
Showing 5 changed files with 1,613 additions and 195 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.56.1 ]
toolchain: [ 1.63.0 ]
os: [ ubuntu, macos, windows ]
all-features: [ false, true ]
runs-on: ${{ matrix.os }}-latest
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.65.0, stable, beta, nightly ]
toolchain: [ 1.70.0, stable, beta, nightly ]
os: [ ubuntu, macos, windows ]
ignore-lock: [ false, true ]
all-features: [ false, true ]
Expand Down
Loading

0 comments on commit a28f3f3

Please sign in to comment.