Skip to content

Commit 7acfc14

Browse files
committed
Switch back to nightly toolchain
Now rust-lang/rust#83153 has been merged, fixing rust-lang/rust#83126 .
1 parent aaf162f commit 7acfc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [macOS-latest, ubuntu-latest]
11-
toolchain: [stable, beta, nightly-2021-02-23]
11+
toolchain: [stable, beta, nightly]
1212

1313
runs-on: ${{ matrix.os }}
1414

0 commit comments

Comments
 (0)