From 368c0a18ee8f60f1a1f607bb9484724aa5fec7d8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 2 Apr 2015 11:17:31 -0700 Subject: [PATCH] Release v0.5.4 --- 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 596a6b7a..173359b0 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.5.3" +version = "0.5.4" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT" diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 1cf8cfde..61ba63b4 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.5.3" +version = "0.5.4" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" @@ -18,7 +18,7 @@ npn = ["openssl-sys/npn"] [dependencies.openssl-sys] path = "../openssl-sys" -version = "0.5.3" +version = "0.5.4" [dependencies] bitflags = "0.1.1"