Include secp256k1 'serde' feature flag in 'use-serde' feature

This commit is contained in:
Thomas Eizinger 2019-11-21 11:59:52 +11:00
parent 24bb6590d6
commit 7be4ac0403
No known key found for this signature in database
GPG Key ID: 651AC83A6C6C8B96
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ path = "src/lib.rs"
[features]
fuzztarget = ["secp256k1/fuzztarget", "bitcoin_hashes/fuzztarget"]
unstable = []
use-serde = ["serde", "bitcoin_hashes/serde"]
use-serde = ["serde", "bitcoin_hashes/serde", "secp256k1/serde"]
rand = ["secp256k1/rand"]
[dependencies]