Skip to content

Commit a6834eb

Browse files
committed
Fix docs.rs for crates which depend on lightning w/o features
1 parent e48074a commit a6834eb

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lightning-background-processor/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ edition = "2021"
1111

1212
[package.metadata.docs.rs]
1313
all-features = true
14+
features = ["lightning/std"]
1415
rustdoc-args = ["--cfg", "docsrs"]
1516

1617
[features]

lightning-rapid-gossip-sync/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description = """
99
Utility to process gossip routing data from Rapid Gossip Sync Server.
1010
"""
1111

12+
[package.metadata.docs.rs]
13+
all-features = true
14+
features = ["lightning/std"]
15+
1216
[features]
1317
default = ["std"]
1418
std = []

0 commit comments

Comments
 (0)