chore(ci): update to cargo-check-external-types 0.4.0 (#4006)

This commit is contained in:
tottoto
2026-01-12 23:55:30 +09:00
committed by GitHub
parent 7f2d814da8
commit 04ea6b9a3f

View File

@@ -280,12 +280,12 @@ jobs:
- name: Install Rust
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly-2025-08-06 # Compatible version for cargo-check-external-types
toolchain: nightly-2025-10-18 # Compatible version for cargo-check-external-types
- name: Install cargo-check-external-types
uses: taiki-e/cache-cargo-install-action@v2
with:
tool: cargo-check-external-types@0.3.0
tool: cargo-check-external-types@0.4.0
- uses: Swatinem/rust-cache@v2