From fc1bcecfc10b7f33b103e6e90358d9d8746cd4dd Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 4 Apr 2017 09:06:32 -0700 Subject: [PATCH] Don't exclude test data from package Closes #612 --- openssl/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b6c5f5890..5451f3798 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -10,7 +10,6 @@ readme = "../README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] build = "build.rs" -exclude = ["test/*"] [features] v101 = [] -- GitLab