We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bitcoin-io/std
1 parent 6286467 commit 7b06316Copy full SHA for 7b06316
lightning-rapid-gossip-sync/Cargo.toml
@@ -11,11 +11,12 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.
11
12
[features]
13
default = ["std"]
14
-std = ["bitcoin/std", "lightning/std"]
+std = ["bitcoin-io/std"]
15
16
[dependencies]
17
lightning = { version = "0.0.124", path = "../lightning", default-features = false }
18
bitcoin = { version = "0.32.2", default-features = false }
19
+bitcoin-io = { version = "0.1.2", default-features = false }
20
21
[target.'cfg(ldk_bench)'.dependencies]
22
criterion = { version = "0.4", optional = true, default-features = false }
0 commit comments