From 90155c4181cac46cef7c49c85e5905e5865174e8 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Tue, 22 Sep 2020 16:12:09 +0200 Subject: [PATCH] [descriptor] Add descriptor templates, add `DerivableKey` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d18e37..3c633af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,6 +85,6 @@ members = ["macros", "testutils", "testutils-macros"] # Generate docs with nightly to add the "features required" badge # https://stackoverflow.com/questions/61417452/how-to-get-a-feature-requirement-tag-in-the-documentation-generated-by-cargo-do [package.metadata.docs.rs] -features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db"] +features = ["compiler", "electrum", "esplora", "compact_filters", "key-value-db", "all-keys"] # defines the configuration attribute `docsrs` rustdoc-args = ["--cfg", "docsrs"] -- 2.49.0