From 4b1c4801b1383800932141d0f6508d5b3003323e Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Mon, 15 Aug 2022 14:09:47 -0700 Subject: [PATCH] ci: upgrade to `nightly-2022-07-26` and pin `miri` nightly (#4915) --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 108e1698155..ea9944bbd6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ env: RUST_BACKTRACE: 1 # Change to specific Rust release to pin rust_stable: stable - rust_nightly: nightly-2022-07-25 + rust_nightly: nightly-2022-07-26 rust_clippy: 1.52.0 # When updating this, also update: # - README.md @@ -197,7 +197,7 @@ jobs: - name: Install Rust ${{ env.rust_nightly }} uses: actions-rs/toolchain@v1 with: - toolchain: nightly + toolchain: ${{ env.rust_nightly }} components: miri override: true - uses: Swatinem/rust-cache@v1