Skip to content

Commit d275549

Browse files
committed
cms: propagate std feature to x509-cert
1 parent cfacd3e commit d275549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cms/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ tokio = { version = "1.45.1", features = ["macros", "rt"] }
5050
x509-cert = { version = "0.3.0-rc.0", features = ["pem"] }
5151

5252
[features]
53-
std = ["der/std", "spki/std"]
53+
std = ["der/std", "x509-cert/std", "spki/std"]
5454
builder = [
5555
"dep:aes",
5656
"dep:aes-kw",

0 commit comments

Comments
 (0)