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 24ad828 commit 555c620Copy full SHA for 555c620
.github/workflows/der.yml
@@ -37,7 +37,7 @@ jobs:
37
toolchain: ${{ matrix.rust }}
38
targets: ${{ matrix.target }}
39
- uses: RustCrypto/actions/cargo-hack-install@master
40
- - run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,std
+ - run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,std,clarify
41
42
minimal-versions:
43
if: false # TODO: temp disabled due to unpublished prerelease dependencies
0 commit comments