From c175ac639d70a26fedf3c98f0f0f92e03c152ba6 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 14 Aug 2017 17:13:36 -0700 Subject: [PATCH] Release v0.9.17 --- openssl-sys/Cargo.toml | 2 +- openssl/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index c8f55ac2..329044c4 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.9.16" +version = "0.9.17" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT" diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 10def3d0..b62d3c19 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.9.16" +version = "0.9.17" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" @@ -24,7 +24,7 @@ bitflags = "0.9" foreign-types = "0.2" lazy_static = "0.2" libc = "0.2" -openssl-sys = { version = "0.9.16", path = "../openssl-sys" } +openssl-sys = { version = "0.9.17", path = "../openssl-sys" } [dev-dependencies] tempdir = "0.3"