File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
lightning-background-processor Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,14 @@ rustdoc-args = ["--cfg", "docsrs"]
1717bitcoin = " 0.29.0"
1818lightning = { version = " 0.0.111" , path = " ../lightning" , features = [" std" ] }
1919lightning-rapid-gossip-sync = { version = " 0.0.111" , path = " ../lightning-rapid-gossip-sync" }
20- futures = { version = " 0.3" , optional = true }
20+ futures = { version = " =0.3.17" , optional = true }
21+ futures-core = { version = " =0.3.17" , optional = true }
22+ futures-task = { version = " =0.3.17" , optional = true }
23+ futures-channel = { version = " =0.3.17" , optional = true }
24+ futures-executor = { version = " =0.3.17" , optional = true }
25+ futures-io = { version = " =0.3.17" , optional = true }
26+ futures-sink = { version = " =0.3.17" , optional = true }
27+ futures-util = { version = " =0.3.17" , optional = true }
2128
2229[dev-dependencies ]
2330lightning = { version = " 0.0.111" , path = " ../lightning" , features = [" _test_utils" ] }
You can’t perform that action at this time.
0 commit comments