From d1e449a14b99ba715d76efc7b66c8660bd5ef245 Mon Sep 17 00:00:00 2001 From: Andrew Poelstra Date: Tue, 4 Sep 2018 14:28:15 +0000 Subject: [PATCH] attempt to fix docs.rs docs --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index acc30c5..d8cd49f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"