Skip to content

Commit 40f70d8

Browse files
committedMay 10, 2020
Pin nightly build to 2020-05-09
#115
1 parent 41aa984 commit 40f70d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed
 

‎.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
rust: [nightly, beta, stable]
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
1620
steps:
1721
- uses: actions/checkout@v2
1822
- uses: dtolnay/rust-toolchain@master

0 commit comments

Comments
 (0)
Please sign in to comment.