Added missing features to docs.rs config

These features were previously forgotten and without them the docs.rs
doc is not that great. :(
This commit is contained in:
Martin Habovstiak 2022-01-07 01:12:41 +01:00
parent 691173410a
commit d52ab85dd5
1 changed files with 1 additions and 1 deletions

View File

@ -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 # Should make docs.rs show all functions, even those behind non-default features
[package.metadata.docs.rs] [package.metadata.docs.rs]
features = [ "rand", "rand-std", "serde", "recovery" ] features = [ "rand", "rand-std", "serde", "bitcoin_hashes", "recovery", "global-context" ]
rustdoc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"]
[features] [features]