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 17
17
fail-fast : false
18
18
matrix :
19
19
os : [ubuntu-latest, macos-latest, windows-latest]
20
- rust : [nightly, stable, '1.65 ']
20
+ rust : [nightly, stable, '1.70 ']
21
21
runs-on : ${{ matrix.os }}
22
22
continue-on-error : ${{ matrix.rust == 'nightly' }}
23
23
86
86
strategy :
87
87
fail-fast : false
88
88
matrix :
89
- rust : [nightly, stable, '1.65 ']
89
+ rust : [nightly, stable, '1.70 ']
90
90
continue-on-error : ${{ matrix.rust == 'nightly' }}
91
91
steps :
92
92
- uses : actions/checkout@v4
@@ -132,7 +132,7 @@ jobs:
132
132
strategy :
133
133
fail-fast : false
134
134
matrix :
135
- rust : [nightly, stable, '1.65 ']
135
+ rust : [nightly, stable, '1.70 ']
136
136
continue-on-error : ${{ matrix.rust == 'nightly' }}
137
137
steps :
138
138
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments