File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments