We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0209bb commit 132a7abCopy full SHA for 132a7ab
.github/workflows/x509-cert.yml
@@ -40,7 +40,7 @@ jobs:
40
target: ${{ matrix.target }}
41
override: true
42
- uses: RustCrypto/actions/cargo-hack-install@master
43
- - run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std,arbitrary
+ - run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std,arbitrary,builder
44
45
# FIXME: Temporary disabled until https://github.com/rust-fuzz/arbitrary/issues/134 is fixed
46
# minimal-versions:
0 commit comments