Skip to content

Commit

Permalink
Re-add optional std feature dependencies to fix RGS builds
Browse files Browse the repository at this point in the history
We previously removed these, leading to failure to build under default
features including `std`.
  • Loading branch information
tnull committed Sep 13, 2024
1 parent db905e8 commit 6286467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-rapid-gossip-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Utility to process gossip routing data from Rapid Gossip Sync Server.

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

[dependencies]
lightning = { version = "0.0.124", path = "../lightning", default-features = false }
Expand Down

0 comments on commit 6286467

Please sign in to comment.