Skip to content

Commit 132a7ab

Browse files
committed
x509-cert: builder requires std
1 parent b0209bb commit 132a7ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/x509-cert.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
target: ${{ matrix.target }}
4141
override: true
4242
- uses: RustCrypto/actions/cargo-hack-install@master
43-
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std,arbitrary
43+
- run: cargo hack build --target ${{ matrix.target }} --feature-powerset --exclude-features std,arbitrary,builder
4444

4545
# FIXME: Temporary disabled until https://github.com/rust-fuzz/arbitrary/issues/134 is fixed
4646
# minimal-versions:

0 commit comments

Comments
 (0)