Skip to content

Commit

Permalink
x509-cert: std feature implies const-oid/std (#874)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <[email protected]>
  • Loading branch information
woodruffw authored Feb 15, 2023
1 parent 9c3ad43 commit b20d644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x509-cert/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ rstest = "0.16"
[features]
arbitrary = ["std", "dep:arbitrary", "const-oid/arbitrary", "der/arbitrary", "spki/arbitrary"]
pem = ["der/pem"]
std = ["der/std", "spki/std"]
std = ["der/std", "spki/std", "const-oid/std"]

[package.metadata.docs.rs]
all-features = true
Expand Down

0 comments on commit b20d644

Please sign in to comment.