From 605b8af445d9d170f3d92aa745e779e6d2772e06 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 15 Jul 2017 22:08:52 -0700 Subject: [PATCH] Tell docs.rs to build with all features --- openssl/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 026c3c06..43f08f34 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -11,6 +11,9 @@ keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] build = "build.rs" +[package.metadata.docs.rs] +all-features = true + [features] v101 = [] v102 = []