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 52dea56 commit deb1650Copy full SHA for deb1650
.github/workflows/CI.yml
@@ -268,11 +268,11 @@ jobs:
268
- uses: actions/checkout@v4
269
- uses: dtolnay/rust-toolchain@master
270
with:
271
- toolchain: nightly-2025-05-04
+ toolchain: nightly-2025-08-06
272
- name: Install cargo-check-external-types
273
uses: taiki-e/cache-cargo-install-action@v2
274
275
- tool: cargo-check-external-types@0.2.0
+ tool: cargo-check-external-types@0.3.0
276
- uses: taiki-e/install-action@cargo-hack
277
- uses: Swatinem/rust-cache@v2
278
- run: cargo hack --no-private check-external-types --all-features
0 commit comments