Skip to content

Commit

Permalink
f Only require bitcoin-io/std
Browse files Browse the repository at this point in the history
  • Loading branch information
tnull committed Sep 13, 2024
1 parent 6286467 commit 7b06316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightning-rapid-gossip-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.

[features]
default = ["std"]
std = ["bitcoin/std", "lightning/std"]
std = ["bitcoin-io/std"]

[dependencies]
lightning = { version = "0.0.124", path = "../lightning", default-features = false }
bitcoin = { version = "0.32.2", default-features = false }
bitcoin-io = { version = "0.1.2", default-features = false }

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

0 comments on commit 7b06316

Please sign in to comment.