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 | |
| parent | Don't enable features for docs anymore (diff) | |
| download | rust-openssl-5c317d5a353b7c785080931ff909db182648b0b1.tar.xz rust-openssl-5c317d5a353b7c785080931ff909db182648b0b1.zip | |
Remove unneeded build keys
| -rw-r--r-- | openssl-sys/Cargo.toml | 1 | ||||
| -rw-r--r-- | openssl/Cargo.toml | 1 | ||||
| -rw-r--r-- | systest/Cargo.toml | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index b7db70ab..5d1783df 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -9,7 +9,6 @@ repository = "https://github.com/sfackler/rust-openssl" readme = "README.md" categories = ["cryptography", "external-ffi-bindings"] links = "openssl" -build = "build.rs" [dependencies] libc = "0.2" 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] diff --git a/systest/Cargo.toml b/systest/Cargo.toml index 3997bf35..e9d7af64 100644 --- a/systest/Cargo.toml +++ b/systest/Cargo.toml @@ -2,7 +2,6 @@ name = "systest" version = "0.1.0" authors = ["Alex Crichton <[email protected]>"] -build = "build.rs" [dependencies] libc = "0.2" |