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 94e55c0 commit 0dbdd19Copy full SHA for 0dbdd19
.github/workflows/ci.yml
@@ -1046,10 +1046,7 @@ jobs:
1046
- name: Install cargo-check-external-types
1047
uses: taiki-e/cache-cargo-install-action@v1
1048
with:
1049
- tool: cargo-check-external-types
1050
- # TODO: install from crates.io once https://github.com/awslabs/cargo-check-external-types/pull/183 merged and released.
1051
- git: https://github.com/taiki-e/cargo-check-external-types.git
1052
- rev: 83a8d29
+ tool: cargo-check-external-types@0.1.13
1053
- name: check-external-types
1054
run: cargo check-external-types --all-features
1055
working-directory: tokio
0 commit comments