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 28534b5 commit 682d2dbCopy full SHA for 682d2db
.github/workflows/CI.yml
@@ -160,11 +160,13 @@ jobs:
160
- uses: actions/checkout@v4
161
- uses: dtolnay/rust-toolchain@master
162
with:
163
- toolchain: nightly-2024-06-30
+ toolchain: nightly-2025-05-04
164
- name: Install cargo-check-external-types
165
uses: taiki-e/cache-cargo-install-action@v2
166
167
- tool: cargo-check-external-types@0.1.13
+ tool: cargo-check-external-types@0.2.0
168
- uses: taiki-e/install-action@cargo-hack
169
- uses: Swatinem/rust-cache@v2
170
- - run: cargo hack --no-private check-external-types
+ - run: cargo hack --no-private check-external-types --all-features
171
+ env:
172
+ RUSTFLAGS: "-D warnings"
0 commit comments