Skip to content

Commit

Permalink
Pin nightly build to 2020-05-09
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 10, 2020
1 parent 41aa984 commit 40f70d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:
strategy:
fail-fast: false
matrix:
rust: [nightly, beta, stable]
rust:
# pinned due to https://github.com/serde-rs/serde-rs.github.io/issues/115
- nightly-2020-05-09
- beta
- stable
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 40f70d8

Please sign in to comment.