From 4028d0e7cff4ffc7dc104ce128f2b18959baf326 Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 30 Dec 2025 07:03:23 +0900 Subject: [PATCH] ci: Update to cargo-check-external-types 0.4.0 (#3608) --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8378675d..4e30414e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -67,11 +67,11 @@ jobs: - uses: actions/checkout@v6 - uses: dtolnay/rust-toolchain@master with: - toolchain: nightly-2025-08-06 + toolchain: nightly-2025-10-18 - 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: taiki-e/install-action@cargo-hack - uses: Swatinem/rust-cache@v2 with: