Skip to content

Commit

Permalink
ci: update cargo-check-external-types to 0.1.13 (#6949)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored Nov 2, 2024
1 parent 94e55c0 commit 0dbdd19
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1046,10 +1046,7 @@ jobs:
- name: Install cargo-check-external-types
uses: taiki-e/cache-cargo-install-action@v1
with:
tool: cargo-check-external-types
# TODO: install from crates.io once https://github.com/awslabs/cargo-check-external-types/pull/183 merged and released.
git: https://github.com/taiki-e/cargo-check-external-types.git
rev: 83a8d29
tool: [email protected]
- name: check-external-types
run: cargo check-external-types --all-features
working-directory: tokio
Expand Down

0 comments on commit 0dbdd19

Please sign in to comment.