Skip to content

Commit d34d3f9

Browse files
committed
der: clarify feature in Cargo.toml
1 parent 631458b commit d34d3f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

der/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ hex-literal = "1"
3333
proptest = "1"
3434

3535
[features]
36-
default = ["clarify"]
36+
default = []
3737
alloc = ["zeroize?/alloc"]
3838
std = ["alloc"]
3939

@@ -43,7 +43,7 @@ derive = ["dep:der_derive"]
4343
oid = ["dep:const-oid"]
4444
pem = ["dep:pem-rfc7468", "alloc", "zeroize"]
4545
real = []
46-
clarify = ["std", "pem", "dep:tynm"]
46+
clarify = ["std", "pem", "dep:tynm", "derive"]
4747

4848
[package.metadata.docs.rs]
4949
all-features = true

0 commit comments

Comments
 (0)