Skip to content

Commit f19016f

Browse files
committed
Drop (currently) unused BP dev-dependency from lightning-liquidity
.. we planned to use the BP for some more advanced integration tests, but we haven't actually implemented them as of now. Here we drop the unnecessary dev-dependency for now.
1 parent 9ef96a5 commit f19016f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: lightning-liquidity/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ backtrace = { version = "0.3", optional = true }
3434
lightning = { version = "0.2.0", path = "../lightning", default-features = false, features = ["_test_utils"] }
3535
lightning-invoice = { version = "0.34.0", path = "../lightning-invoice", default-features = false, features = ["serde", "std"] }
3636
lightning-persister = { version = "0.2.0", path = "../lightning-persister", default-features = false }
37-
lightning-background-processor = { version = "0.2.0", path = "../lightning-background-processor", default-features = false, features = ["std"] }
3837

3938
proptest = "1.0.0"
4039
tokio = { version = "1.35", default-features = false, features = [ "rt-multi-thread", "time", "sync", "macros" ] }

0 commit comments

Comments
 (0)