File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
lightning-background-processor
lightning-rapid-gossip-sync Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,14 @@ rustdoc-args = ["--cfg", "docsrs"]
1515
1616[features ]
1717futures = [ ]
18- std = []
18+ std = [" lightning/std " , " bitcoin-io/std " , " bitcoin_hashes/std " ]
1919
2020default = [" std" ]
2121
2222[dependencies ]
2323bitcoin = { version = " 0.32.2" , default-features = false }
24+ bitcoin_hashes = { version = " 0.14.0" , default-features = false }
25+ bitcoin-io = { version = " 0.1.2" , default-features = false }
2426lightning = { version = " 0.0.124" , path = " ../lightning" , default-features = false }
2527lightning-rapid-gossip-sync = { version = " 0.0.124" , path = " ../lightning-rapid-gossip-sync" , default-features = false }
2628
Original file line number Diff line number Diff line change @@ -11,11 +11,13 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.
1111
1212[features ]
1313default = [" std" ]
14- std = []
14+ std = [" bitcoin-io/std " , " bitcoin_hashes/std " ]
1515
1616[dependencies ]
1717lightning = { version = " 0.0.124" , path = " ../lightning" , default-features = false }
1818bitcoin = { version = " 0.32.2" , default-features = false }
19+ bitcoin_hashes = { version = " 0.14.0" , default-features = false }
20+ bitcoin-io = { version = " 0.1.2" , default-features = false }
1921
2022[target .'cfg(ldk_bench)' .dependencies ]
2123criterion = { version = " 0.4" , optional = true , default-features = false }
You can’t perform that action at this time.
0 commit comments