From 5c317d5a353b7c785080931ff909db182648b0b1 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 30 Mar 2018 11:32:57 +0200 Subject: [PATCH] Remove unneeded build keys --- openssl-sys/Cargo.toml | 1 - openssl/Cargo.toml | 1 - systest/Cargo.toml | 1 - 3 files changed, 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 "] -build = "build.rs" [dependencies] libc = "0.2"