Skip to content

Commit 7b06316

Browse files
committed
f Only require bitcoin-io/std
1 parent 6286467 commit 7b06316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning-rapid-gossip-sync/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.
1111

1212
[features]
1313
default = ["std"]
14-
std = ["bitcoin/std", "lightning/std"]
14+
std = ["bitcoin-io/std"]
1515

1616
[dependencies]
1717
lightning = { version = "0.0.124", path = "../lightning", default-features = false }
1818
bitcoin = { version = "0.32.2", default-features = false }
19+
bitcoin-io = { version = "0.1.2", default-features = false }
1920

2021
[target.'cfg(ldk_bench)'.dependencies]
2122
criterion = { version = "0.4", optional = true, default-features = false }

0 commit comments

Comments
 (0)