Skip to content

Commit f9aa697

Browse files
authored
chore: update to cargo-check-external-types 0.1.12 (#3679)
1 parent eade122 commit f9aa697

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,12 @@ jobs:
264264
- name: Install Rust
265265
uses: dtolnay/rust-toolchain@master
266266
with:
267-
toolchain: nightly-2024-02-07 # Compatible version for cargo-check-external-types
267+
toolchain: nightly-2024-05-01 # Compatible version for cargo-check-external-types
268268

269269
- name: Install cargo-check-external-types
270270
uses: taiki-e/cache-cargo-install-action@v1
271271
with:
272-
tool: cargo-check-external-types@0.1.11
272+
tool: cargo-check-external-types@0.1.12
273273

274274
- uses: Swatinem/rust-cache@v2
275275

0 commit comments

Comments
 (0)