We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c89824 commit bbf5acfCopy full SHA for bbf5acf
.github/workflows/ci.yml
@@ -77,7 +77,7 @@ jobs:
77
components: rustfmt
78
- name: external-type-check
79
run: |
80
- cargo install cargo-check-external-types
+ cargo install cargo-check-external-types --git https://github.com/awslabs/cargo-check-external-types.git --rev 98d6e533ab92540ab12a4ca35acd244dacb04a9f
81
cd ${{ matrix.example }}
82
cargo check-external-types --config allowed-external-types.toml
83
non-default-examples:
0 commit comments