Skip to content

Commit 6286467

Browse files
committed
Re-add optional std feature dependencies to fix RGS builds
We previously removed these, leading to failure to build under default features including `std`.
1 parent db905e8 commit 6286467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-rapid-gossip-sync/Cargo.toml

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

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

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

0 commit comments

Comments
 (0)