Merge pull request #66 from rust-bitcoin/2018-09-docs-fix

attempt to fix docs.rs docs
This commit is contained in:
Andrew Poelstra 2018-09-14 15:15:00 +00:00 committed by GitHub
commit d41fc90972
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -15,9 +15,8 @@ build = "build.rs"
# Should make docs.rs show all functions, even those behind non-default features
[package.metadata.docs.rs]
rustdoc-args = [
"--features \"rand serde\""
]
features = [ "rand", "serde" ]
all-features = true
[build-dependencies]
cc = "1.0"