Skip to content

Commit

Permalink
added serdect to serde feature
Browse files Browse the repository at this point in the history
  • Loading branch information
LWEdslev committed Mar 20, 2024
1 parent 0fbaf92 commit 56fcb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ default = ["std", "pem", "u64_digit"]
hazmat = []
getrandom = ["rand_core/getrandom"]
nightly = ["num-bigint/nightly"]
serde = ["dep:serde", "num-bigint/serde"]
serde = ["dep:serde", "num-bigint/serde", "dep:serdect"]
pem = ["pkcs1/pem", "pkcs8/pem"]
pkcs5 = ["pkcs8/encryption"]
u64_digit = ["num-bigint/u64_digit"]
Expand Down

0 comments on commit 56fcb4b

Please sign in to comment.