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