From 5cf22e48c55b8195ae5c2f6b167b1da5b98a3d3e Mon Sep 17 00:00:00 2001 From: Noah Kennedy Date: Wed, 13 Jul 2022 11:35:28 -0500 Subject: [PATCH] chore: allow miri to use latest nightly once again (#4833) This reverts [#4825], as miri seems to be working again on the latest nightly. I had originally thought it was this issue with rustup which was to blame, but this seems to be wrong: https://github.com/rust-lang/rustup/issues/3031 [#4825]: https://github.com/tokio-rs/tokio/pull/4825 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b290da585..f7bc422e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -195,7 +195,7 @@ jobs: - name: Install Rust ${{ env.rust_nightly }} uses: actions-rs/toolchain@v1 with: - toolchain: nightly-2022-07-10 + toolchain: nightly components: miri override: true - uses: Swatinem/rust-cache@v1