Skip to content

Commit 111c526

Browse files
committed
run builder tests with required features
1 parent 0d044a3 commit 111c526

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

x509-cert/tests/builder.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#![cfg(all(feature = "builder", feature = "pem"))]
2+
13
use der::{asn1::UIntRef, pem::LineEnding, EncodePem};
24
use spki::SubjectPublicKeyInfo;
35
use std::{

0 commit comments

Comments
 (0)