diff options
| author | Steven Fackler <[email protected]> | 2018-03-30 11:32:57 +0200 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2018-03-30 11:32:57 +0200 |
| commit | 5c317d5a353b7c785080931ff909db182648b0b1 (patch) | |
| tree | 0d4f6634aa1eea51dd805a50b2e5e276928e4d2a /openssl/Cargo.toml | |
| parent | Don't enable features for docs anymore (diff) | |
| download | rust-openssl-5c317d5a353b7c785080931ff909db182648b0b1.tar.xz rust-openssl-5c317d5a353b7c785080931ff909db182648b0b1.zip | |
Remove unneeded build keys
Diffstat (limited to 'openssl/Cargo.toml')
| -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 92302043..cbfab25e 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -8,7 +8,6 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" keywords = ["crypto", "tls", "ssl", "dtls"] categories = ["cryptography", "api-bindings"] -build = "build.rs" # these are deprecated and don't do anything anymore [features] |