From d416b1d1d683f6bc9032516242f5d40fb4543d0a Mon Sep 17 00:00:00 2001 From: John DiSanti Date: Fri, 12 Aug 2022 09:12:09 -0700 Subject: [PATCH] ci: upgrade nightly to `nightly-2022-07-25` (#4903) Upgrade the nightly to a version that works with all of miri, cargo-hack, minimal-versions, and cargo-check-external-types. This is a prerequisite for #4902. --- .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 ed52a9208..108e16981 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-04-18 + rust_nightly: nightly-2022-07-25 rust_clippy: 1.52.0 # When updating this, also update: # - README.md