Merge pull request #66 from rust-bitcoin/2018-09-docs-fix
attempt to fix docs.rs docs
This commit is contained in:
commit
d41fc90972
|
@ -15,9 +15,8 @@ build = "build.rs"
|
||||||
|
|
||||||
# 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]
|
||||||
rustdoc-args = [
|
features = [ "rand", "serde" ]
|
||||||
"--features \"rand serde\""
|
all-features = true
|
||||||
]
|
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
Loading…
Reference in New Issue