Skip to content

Commit

Permalink
Re-add optional std feature dependencies to fix BP 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 4, 2024
1 parent 2b10d27 commit d5f121e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lightning-background-processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rustdoc-args = ["--cfg", "docsrs"]

[features]
futures = [ ]
std = []
std = ["lightning/std"]

default = ["std"]

Expand Down

0 comments on commit d5f121e

Please sign in to comment.