Skip to content

Commit 79ef9d2

Browse files
committed
der: organize Cargo.toml
1 parent 3494760 commit 79ef9d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

der/Cargo.toml

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

3535
[features]
36-
default = []
3736
alloc = ["zeroize?/alloc"]
3837
std = ["alloc"]
3938

@@ -43,7 +42,7 @@ derive = ["dep:der_derive"]
4342
oid = ["dep:const-oid"]
4443
pem = ["dep:pem-rfc7468", "alloc", "zeroize"]
4544
real = []
46-
clarify = ["std", "pem", "dep:tynm", "derive", "oid"]
45+
clarify = ["dep:tynm", "std", "pem", "derive", "oid"]
4746

4847
[package.metadata.docs.rs]
4948
all-features = true

0 commit comments

Comments
 (0)