Skip to content

Commit

Permalink
Use Rust 1.70 as baseline for cross-version caching test. (#540)
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi authored Sep 25, 2023
1 parent 97956ce commit 34216c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: |
Expand Down

0 comments on commit 34216c8

Please sign in to comment.