Skip to content

Commit d52ab85

Browse files
committed
Added missing features to docs.rs config
These features were previously forgotten and without them the docs.rs doc is not that great. :(
1 parent 6911734 commit d52ab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ autoexamples = false # Remove when edition 2018 https://github.com/rust-lang/car
1414

1515
# Should make docs.rs show all functions, even those behind non-default features
1616
[package.metadata.docs.rs]
17-
features = [ "rand", "rand-std", "serde", "recovery" ]
17+
features = [ "rand", "rand-std", "serde", "bitcoin_hashes", "recovery", "global-context" ]
1818
rustdoc-args = ["--cfg", "docsrs"]
1919

2020
[features]

0 commit comments

Comments
 (0)