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 974289f commit 24f0da8Copy full SHA for 24f0da8
.github/workflows/CI.yml
@@ -280,12 +280,12 @@ jobs:
280
- name: Install Rust
281
uses: dtolnay/rust-toolchain@master
282
with:
283
- toolchain: nightly-2024-05-01 # Compatible version for cargo-check-external-types
+ toolchain: nightly-2025-08-06 # 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.1.12
+ tool: cargo-check-external-types@0.3.0
289
290
- uses: Swatinem/rust-cache@v2
291
0 commit comments