From: Alekos Filini Date: Fri, 18 Jun 2021 11:22:50 +0000 (+0200) Subject: [verify] Build the `verify` feature on docs.rs X-Git-Tag: v0.9.0~8 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.FileStoreError.html?a=commitdiff_plain;h=fbdee52f2f5b31c222858462b658029e6cee17fd;p=bdk [verify] Build the `verify` feature on docs.rs --- diff --git a/Cargo.toml b/Cargo.toml index 8827b09d..11781c8f 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"] +features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db", "all-keys", "verify"] # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"]