Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit fd5a082

Browse files
committed
client: Enable all features in docs.rs build
Somehow I forgot to add the `package.metadata.docs.rs` section when creating this crate. Current docs online are empty because they are not built with all features enabled.
1 parent 1a8d321 commit fd5a082

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

client/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ edition = "2021"
1717
rust-version = "1.56.1"
1818
exclude = ["tests", "contrib"]
1919

20+
[package.metadata.docs.rs]
21+
all-features = true
22+
rustdoc-args = ["--cfg", "docsrs"]
23+
2024
[features]
2125
# Enable this feature to get a blocking JSON-RPC client.
2226
client-sync = ["jsonrpc"]

0 commit comments

Comments
 (0)