Skip to content

Commit fd79b2d

Browse files
committed
update ci to msrv
1 parent 598cc77 commit fd79b2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ubuntu-latest, macos-latest, windows-latest]
20-
rust: [nightly, stable, '1.65']
20+
rust: [nightly, stable, '1.70']
2121
runs-on: ${{ matrix.os }}
2222
continue-on-error: ${{ matrix.rust == 'nightly' }}
2323

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
rust: [nightly, stable, '1.65']
89+
rust: [nightly, stable, '1.70']
9090
continue-on-error: ${{ matrix.rust == 'nightly' }}
9191
steps:
9292
- uses: actions/checkout@v4
@@ -132,7 +132,7 @@ jobs:
132132
strategy:
133133
fail-fast: false
134134
matrix:
135-
rust: [nightly, stable, '1.65']
135+
rust: [nightly, stable, '1.70']
136136
continue-on-error: ${{ matrix.rust == 'nightly' }}
137137
steps:
138138
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)