We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f2d814 commit 04ea6b9Copy full SHA for 04ea6b9
.github/workflows/CI.yml
@@ -280,12 +280,12 @@ jobs:
280
- name: Install Rust
281
uses: dtolnay/rust-toolchain@master
282
with:
283
- toolchain: nightly-2025-08-06 # Compatible version for cargo-check-external-types
+ toolchain: nightly-2025-10-18 # Compatible version for cargo-check-external-types
284
285
- name: Install cargo-check-external-types
286
uses: taiki-e/cache-cargo-install-action@v2
287
288
- tool: cargo-check-external-types@0.3.0
+ tool: cargo-check-external-types@0.4.0
289
290
- uses: Swatinem/rust-cache@v2
291
0 commit comments