Build the rpc feature on docs.rs

This commit is contained in:
Alekos Filini 2021-07-02 10:09:09 +02:00
parent b6beef77e7
commit 58cf46050f
No known key found for this signature in database
GPG Key ID: 431401E4A4530061

View File

@ -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"]