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 2, 2024
1 parent 3a5217f commit 36a9b52
Show file tree
Hide file tree
Showing 4 changed files with 1,610 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 @@ -55,7 +55,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 @@ -95,7 +95,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 36a9b52

Please sign in to comment.