From 40f70d860d9b219e69e0ec9e836b13867d4efe2d Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 May 2020 19:03:21 -0700 Subject: [PATCH] Pin nightly build to 2020-05-09 https://github.com/serde-rs/serde-rs.github.io/issues/115 --- .github/workflows/ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56d55df9..5cd53089 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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