From c0a0b80020727b94ee0a4f3d7ee1e8e5b9fb85e6 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 16 Nov 2015 22:28:56 -0800 Subject: Remove unecessary build dependency --- openssl-sys/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'openssl-sys/Cargo.toml') diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 6d625e7a..1c4900ea 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -29,7 +29,6 @@ libc = "0.2" [build-dependencies] pkg-config = "0.3" -gcc = "0.3" [target.le32-unknown-nacl.dependencies] libressl-pnacl-sys = "2.1.0" -- cgit v1.2.3 From fce7cf4d362eef82b609b616e93048296e28c1a8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 28 Nov 2015 16:14:58 -0800 Subject: Release v0.7.1 --- openssl-sys/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openssl-sys/Cargo.toml') diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 1c4900ea..17e4647f 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl-sys" -version = "0.7.0" +version = "0.7.1" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT" description = "FFI bindings to OpenSSL" repository = "https://github.com/sfackler/rust-openssl" -documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.0/openssl_sys" +documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.1/openssl_sys" links = "openssl" build = "build.rs" -- cgit v1.2.3