ci: update cargo-check-external-types to 0.1.13 (#6949)

This commit is contained in:
Taiki Endo
2024-11-02 16:50:00 +09:00
committed by GitHub
parent 94e55c092b
commit 0dbdd196b6
+1 -4
View File
@@ -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