Skip to content

Commit 5b97f7e

Browse files
committed
Update nightly compiler on CI
The old one cannot build the `semver` dependency.
1 parent 7ec0cb8 commit 5b97f7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
strategy:
159159
matrix:
160160
arch: [amd64]
161-
rust: [nightly-2021-03-24]
161+
rust: [nightly-2021-07-04]
162162
container:
163163
image: ${{ matrix.arch }}/rust
164164
env:
@@ -275,7 +275,7 @@ jobs:
275275
strategy:
276276
matrix:
277277
arch: [amd64]
278-
rust: [nightly-2021-03-24]
278+
rust: [nightly-2021-07-04]
279279
steps:
280280
- uses: actions/checkout@v2
281281
with:
@@ -400,7 +400,7 @@ jobs:
400400
strategy:
401401
matrix:
402402
arch: [amd64]
403-
rust: [nightly-2021-03-24]
403+
rust: [nightly-2021-07-04]
404404
container:
405405
image: ${{ matrix.arch }}/rust
406406
env:

0 commit comments

Comments
 (0)