From a87decff0e3c11a32b6830d3dfd593daf9d315a1 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 12 Feb 2015 13:23:13 -0800 Subject: [PATCH] Release v0.3.6 --- 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 b5039297..783b68f1 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.3.5" +version = "0.3.6" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT" diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index 5fd8c487..8fc1fde6 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl" -version = "0.3.5" +version = "0.3.6" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" @@ -17,7 +17,7 @@ aes_xts = ["openssl-sys/aes_xts"] [dependencies.openssl-sys] path = "../openssl-sys" -version = "0.3.5" +version = "0.3.6" [dev-dependencies] rustc-serialize = "0.2"