Skip to content

Commit a28f3f3

Browse files
committed
chore: adapt to new way of doing MSRV checks
1 parent 564afb0 commit a28f3f3

File tree

5 files changed

+1613
-195
lines changed

5 files changed

+1613
-195
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
toolchain: [ 1.56.1 ]
57+
toolchain: [ 1.63.0 ]
5858
os: [ ubuntu, macos, windows ]
5959
all-features: [ false, true ]
6060
runs-on: ${{ matrix.os }}-latest
@@ -94,7 +94,7 @@ jobs:
9494
strategy:
9595
fail-fast: false
9696
matrix:
97-
toolchain: [ 1.65.0, stable, beta, nightly ]
97+
toolchain: [ 1.70.0, stable, beta, nightly ]
9898
os: [ ubuntu, macos, windows ]
9999
ignore-lock: [ false, true ]
100100
all-features: [ false, true ]

0 commit comments

Comments
 (0)