File tree 2 files changed +6
-2
lines changed
lightning-background-processor
lightning-rapid-gossip-sync
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"]
15
15
16
16
[features ]
17
17
futures = [ ]
18
- std = []
18
+ std = [" lightning/std " , " bitcoin-io/std " , " bitcoin_hashes/std " ]
19
19
20
20
default = [" std" ]
21
21
22
22
[dependencies ]
23
23
bitcoin = { 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 }
24
26
lightning = { version = " 0.0.124" , path = " ../lightning" , default-features = false }
25
27
lightning-rapid-gossip-sync = { version = " 0.0.124" , path = " ../lightning-rapid-gossip-sync" , default-features = false }
26
28
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.
11
11
12
12
[features ]
13
13
default = [" std" ]
14
- std = []
14
+ std = [" bitcoin-io/std " , " bitcoin_hashes/std " ]
15
15
16
16
[dependencies ]
17
17
lightning = { version = " 0.0.124" , path = " ../lightning" , default-features = false }
18
18
bitcoin = { 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 }
19
21
20
22
[target .'cfg(ldk_bench)' .dependencies ]
21
23
criterion = { version = " 0.4" , optional = true , default-features = false }
You can’t perform that action at this time.
0 commit comments