mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-03-15 15:39:09 +01:00
Add missing feature to background-processor dev-dependencies
This commit is contained in:
parent
d65d7e7257
commit
49910a30ac
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@ lightning-persister = { version = "0.0.13", path = "../lightning-persister" }
|
|||
|
||||
[dev-dependencies]
|
||||
lightning = { version = "0.0.13", path = "../lightning", features = ["_test_utils"] }
|
||||
|
||||
[dev-dependencies.bitcoin]
|
||||
version = "0.26"
|
||||
features = ["bitcoinconsensus"]
|
||||
|
|
Loading…
Add table
Reference in a new issue