Skip to content

Commit 24f0da8

Browse files
authored
chore(ci): update to cargo-check-external-types-0.3.0 (#3928)
1 parent 974289f commit 24f0da8

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
@@ -280,12 +280,12 @@ jobs:
280280
- name: Install Rust
281281
uses: dtolnay/rust-toolchain@master
282282
with:
283-
toolchain: nightly-2024-05-01 # Compatible version for cargo-check-external-types
283+
toolchain: nightly-2025-08-06 # Compatible version for cargo-check-external-types
284284

285285
- name: Install cargo-check-external-types
286286
uses: taiki-e/cache-cargo-install-action@v2
287287
with:
288-
tool: cargo-check-external-types@0.1.12
288+
tool: cargo-check-external-types@0.3.0
289289

290290
- uses: Swatinem/rust-cache@v2
291291

0 commit comments

Comments
 (0)