Skip to content

Commit 5dc327e

Browse files
committed
x509-cert: adds a builder for certificate
1 parent 3f73927 commit 5dc327e

30 files changed

+1192
-31
lines changed

.github/workflows/x509-cert.yml

Lines changed: 1 addition & 1 deletion
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
minimal-versions:
4444
uses: RustCrypto/actions/.github/workflows/minimal-versions.yml@master

Cargo.lock

Lines changed: 182 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ members = [
2323
"tls_codec",
2424
"tls_codec/derive",
2525
"x509-cert",
26+
"x509-cert/test-support",
2627
"x509-ocsp"
2728
]
2829

0 commit comments

Comments
 (0)