diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47507d6aaff..e5b025ce023 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: cargo-check-external-types@0.1.13 - name: check-external-types run: cargo check-external-types --all-features working-directory: tokio