Skip to content

Commit

Permalink
chore(msrv): rollback MSRV to 1.56.1, it's slow but what the heck
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Oct 22, 2023
1 parent f43ebf8 commit 6bce6eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.63.0 ]
toolchain: [ 1.56.1 ]
os: [ ubuntu, macos, windows ]
all-features: [ false, true ]
runs-on: ${{ matrix.os }}-latest
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
strategy:
fail-fast: false
matrix:
toolchain: [ 1.63.0, stable, beta, nightly ]
toolchain: [ 1.56.1, stable, beta, nightly ]
os: [ ubuntu, macos, windows ]
ignore-lock: [ false, true ]
all-features: [ false, true ]
Expand Down

0 comments on commit 6bce6eb

Please sign in to comment.