From 8e2b42d470265a3e793159ac01bff8ce4e9ffcde Mon Sep 17 00:00:00 2001 From: Brian Smith Date: Tue, 17 Aug 2021 15:26:55 -0700 Subject: [PATCH] Revert "CI: Use nightly-2021-08-13 to work around regression in latest Rust nightly." This reverts commit c8ca693ff7e6c619e1f2dd8ea915c335836af3a8 so we'll use the latest nightly in CI. The rustc bug was fixed. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9da114c8..92bdf5727 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -191,9 +191,7 @@ jobs: rust_channel: - stable - # Work around failure to link on aarch64-apple-darwin in later - # nightly toolchains. - - nightly-2021-08-13 + - nightly - 1.52.1 # MSRV - beta