Skip to content

Commit 86b729e

Browse files
committed
Replace crossbeam channels with condition variables
1 parent dfa0694 commit 86b729e

File tree

2 files changed

+178
-274
lines changed

2 files changed

+178
-274
lines changed

lightning-net/Cargo.toml

+2
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ rustdoc-args = ["--cfg", "docsrs"]
1919
[dependencies]
2020
bitcoin = "0.28.1"
2121
lightning = { version = "0.0.106", path = "../lightning" }
22+
23+
[dev-dependencies]
2224
crossbeam-channel = "0.5.4"

0 commit comments

Comments
 (0)