Skip to content

Commit b465c29

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-background-processor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]
1515

1616
[features]
1717
futures = [ ]
18-
std = []
18+
std = ["lightning/std", "lightning-rapid-gossip-sync/std"]
1919

2020
default = ["std"]
2121

0 commit comments

Comments
 (0)