Skip to content

Commit

Permalink
Merge pull request #183 from bennyhodl/bitcoin-serde
Browse files Browse the repository at this point in the history
Add "bitcoin/serde" to dlc-messages use-serde feature
  • Loading branch information
Tibo-lg authored Dec 5, 2023
2 parents 6b5d0da + e9fe435 commit a14cce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlc-messages/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ version = "0.4.0"
default = ["std"]
std = ["dlc/std", "bitcoin/std", "lightning/std"]
no-std = ["bitcoin/no-std", "dlc/no-std", "lightning/no-std"]
use-serde = ["serde", "secp256k1-zkp/use-serde"]
use-serde = ["serde", "secp256k1-zkp/use-serde", "bitcoin/serde"]

[dependencies]
bitcoin = { version = "0.29.2", default-features = false }
Expand Down

0 comments on commit a14cce8

Please sign in to comment.