diff options
| author | Steven Fackler <[email protected]> | 2017-04-04 09:06:32 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-04-04 09:06:32 -0700 |
| commit | fc1bcecfc10b7f33b103e6e90358d9d8746cd4dd (patch) | |
| tree | f6eed094562c27e6c613a786c6c428435a1da5c7 /openssl | |
| parent | Merge pull request #611 from ignatenkobrain/patch-1 (diff) | |
| download | rust-openssl-fc1bcecfc10b7f33b103e6e90358d9d8746cd4dd.tar.xz rust-openssl-fc1bcecfc10b7f33b103e6e90358d9d8746cd4dd.zip | |
Don't exclude test data from package
Closes #612
Diffstat (limited to 'openssl')
| -rw-r--r-- | openssl/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index b6c5f589..5451f379 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 = [] |