Skip to content

Commit 74dcf8e

Browse files
committed
x509-cert: adds a builder for certificate
1 parent 3eaf08f commit 74dcf8e

31 files changed

+1167
-61
lines changed

.github/workflows/x509-cert.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
toolchain: ${{ matrix.rust }}
3939
targets: ${{ matrix.target }}
4040
- uses: RustCrypto/actions/cargo-hack-install@master
41-
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,default,std
41+
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features arbitrary,builder,default,std
4242

4343
# FIXME: Temporary disabled until https://github.com/rust-fuzz/arbitrary/issues/136 is fixed
4444
# minimal-versions:

0 commit comments

Comments
 (0)