[verify] Build the verify feature on docs.rs

This commit is contained in:
Alekos Filini 2021-06-18 13:22:50 +02:00
parent 50597fd73f
commit fbdee52f2f
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"]
features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db", "all-keys", "verify"]
# defines the configuration attribute `docsrs`
rustdoc-args = ["--cfg", "docsrs"]