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

Commit

Permalink
client: Enable all features in docs.rs build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
tcharding committed Jun 17, 2024
1 parent 1a8d321 commit fd5a082
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ edition = "2021"
rust-version = "1.56.1"
exclude = ["tests", "contrib"]

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

[features]
# Enable this feature to get a blocking JSON-RPC client.
client-sync = ["jsonrpc"]
Expand Down

0 comments on commit fd5a082

Please sign in to comment.