From 7ed0676e44f4e61c234aea6cf7d04f013b318985 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Fri, 2 Jul 2021 10:09:09 +0200 Subject: [PATCH] Build the `rpc` feature on docs.rs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5203f4bf..5eaf0ca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -89,6 +89,6 @@ required-features = ["compiler"] [workspace] members = ["macros"] [package.metadata.docs.rs] -features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db", "all-keys", "verify"] +features = ["compiler", "electrum", "esplora", "compact_filters", "rpc", "key-value-db", "all-keys", "verify"] # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"]