From d52ab85dd5c59398311a2ecd9b28c3f9298b3499 Mon Sep 17 00:00:00 2001 From: Martin Habovstiak Date: Fri, 7 Jan 2022 01:12:41 +0100 Subject: [PATCH] Added missing features to docs.rs config These features were previously forgotten and without them the docs.rs doc is not that great. :( --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6f3067c..2db1078 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ autoexamples = false # Remove when edition 2018 https://github.com/rust-lang/car # Should make docs.rs show all functions, even those behind non-default features [package.metadata.docs.rs] -features = [ "rand", "rand-std", "serde", "recovery" ] +features = [ "rand", "rand-std", "serde", "bitcoin_hashes", "recovery", "global-context" ] rustdoc-args = ["--cfg", "docsrs"] [features]