Skip to content

Commit 682d2db

Browse files
authored
chore(ci): Update to cargo-check-external-types 0.2 (#2272)
1 parent 28534b5 commit 682d2db

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,11 +160,13 @@ jobs:
160160
- uses: actions/checkout@v4
161161
- uses: dtolnay/rust-toolchain@master
162162
with:
163-
toolchain: nightly-2024-06-30
163+
toolchain: nightly-2025-05-04
164164
- name: Install cargo-check-external-types
165165
uses: taiki-e/cache-cargo-install-action@v2
166166
with:
167-
tool: cargo-check-external-types@0.1.13
167+
tool: cargo-check-external-types@0.2.0
168168
- uses: taiki-e/install-action@cargo-hack
169169
- uses: Swatinem/rust-cache@v2
170-
- run: cargo hack --no-private check-external-types
170+
- run: cargo hack --no-private check-external-types --all-features
171+
env:
172+
RUSTFLAGS: "-D warnings"

0 commit comments

Comments
 (0)