attempt to fix docs.rs docs

This commit is contained in:
Andrew Poelstra 2018-09-04 14:28:15 +00:00
parent 2f8855f8fd
commit d1e449a14b
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"