Skip to content

Commit 347c855

Browse files
authored
ci: Update to cargo-check-external-types 0.4.0 (#633)
1 parent 8e94633 commit 347c855

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
@@ -101,11 +101,11 @@ jobs:
101101
- uses: actions/checkout@v6
102102
- uses: dtolnay/rust-toolchain@master
103103
with:
104-
toolchain: nightly-2025-08-06
104+
toolchain: nightly-2025-10-18
105105
- name: Install cargo-check-external-types
106106
uses: taiki-e/cache-cargo-install-action@v2
107107
with:
108-
tool: cargo-check-external-types@0.3.0
108+
tool: cargo-check-external-types@0.4.0
109109
- uses: Swatinem/rust-cache@v2
110110
- run: cargo check-external-types --all-features
111111
working-directory: tower-http

0 commit comments

Comments
 (0)