Skip to content

Commit

Permalink
chore: move msrv to 1.63.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clechasseur committed Oct 22, 2023
1 parent 7f3464a commit f43ebf8
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.59.0 ]
toolchain: [ 1.63.0 ]
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.59.0, stable, beta, nightly ]
toolchain: [ 1.63.0, stable, beta, nightly ]
os: [ ubuntu, macos, windows ]
ignore-lock: [ false, true ]
all-features: [ false, true ]
Expand Down

0 comments on commit f43ebf8

Please sign in to comment.