From b8f09c586eed72e8f940764e6e0de3ef4b4d29f6 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski Date: Sun, 14 Apr 2024 15:25:00 +0000 Subject: [PATCH] Pin cross-version caching test to Rust 1.77 and rustdoc v28. --- .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 872bfabf..b0fe5e14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -307,8 +307,8 @@ jobs: needs: - build-binary env: - OLDER_RUST: "1.74" # Rust 1.74 uses rustdoc v27 - NEWER_RUST: "nightly" # Rust nightly uses rustdoc v28 + OLDER_RUST: "1.74" # Rust 1.74 uses rustdoc v27 + NEWER_RUST: "1.77" # Rust 1.77 uses rustdoc v28 steps: - name: Put env vars in outputs id: vars