Skip to content

Commit e55f47f

Browse files
committed
Revert "Pin nightly build to 2020-05-09"
This reverts commit 40f70d8.
1 parent 1da6f06 commit e55f47f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust:
16-
# pinned due to https://github.com/serde-rs/serde-rs.github.io/issues/115
17-
- nightly-2020-05-09
18-
- beta
19-
- stable
15+
rust: [nightly, beta, stable]
2016
steps:
2117
- uses: actions/checkout@v2
2218
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)