Skip to content

Commit

Permalink
chore: update to cargo-check-external-types 0.1.12 (#3679)
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed May 30, 2024
1 parent eade122 commit f9aa697
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 @@ -264,12 +264,12 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2024-02-07 # Compatible version for cargo-check-external-types
toolchain: nightly-2024-05-01 # Compatible version for cargo-check-external-types

- name: Install cargo-check-external-types
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-check-external-types@0.1.11
tool: cargo-check-external-types@0.1.12

- uses: Swatinem/rust-cache@v2

Expand Down

0 comments on commit f9aa697

Please sign in to comment.