From 34216c880e035df8a4dcf292fc5b7b7ed3846ed3 Mon Sep 17 00:00:00 2001 From: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> Date: Mon, 25 Sep 2023 14:21:27 -0400 Subject: [PATCH] Use Rust 1.70 as baseline for cross-version caching test. (#540) --- .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 bf068f30..1613dcee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -304,7 +304,7 @@ jobs: - name: Install rust id: toolchain - uses: dtolnay/rust-toolchain@1.67 + uses: dtolnay/rust-toolchain@1.70 # Rust 1.70 uses rustdoc v24 - name: Restore rustdoc id: cache @@ -334,7 +334,7 @@ jobs: path: subject/target/semver-checks/cache - name: Install rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@stable # Rust 1.72 uses rustdoc v26 - name: Check with older rustdoc version cached run: |