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 169bd72 commit ef54eb2Copy full SHA for ef54eb2
.github/workflows/CI.yml
@@ -56,7 +56,7 @@ jobs:
56
- uses: taiki-e/install-action@cargo-udeps
57
- uses: taiki-e/install-action@protoc
58
- uses: Swatinem/rust-cache@v2
59
- - run: cargo hack udeps --workspace --exclude-features=_tls-any,tls,tls-aws-lc,tls-ring --each-feature
+ - run: cargo hack udeps --workspace --exclude-features=_tls-any,tls,tls-aws-lc,tls-ring --each-feature --ignore-unknown-features
60
- run: cargo udeps --package tonic --features tls-ring,transport
61
- run: cargo udeps --package tonic --features tls-ring,server
62
- run: cargo udeps --package tonic --features tls-ring,channel
0 commit comments