Skip to content

Commit

Permalink
Fix docs.rs for crates which depend on lightning w/o features
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBlueMatt committed Oct 14, 2024
1 parent e48074a commit a6834eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions lightning-background-processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ edition = "2021"

[package.metadata.docs.rs]
all-features = true
features = ["lightning/std"]
rustdoc-args = ["--cfg", "docsrs"]

[features]
Expand Down
4 changes: 4 additions & 0 deletions lightning-rapid-gossip-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ description = """
Utility to process gossip routing data from Rapid Gossip Sync Server.
"""

[package.metadata.docs.rs]
all-features = true
features = ["lightning/std"]

[features]
default = ["std"]
std = []
Expand Down

0 comments on commit a6834eb

Please sign in to comment.