From 5f6d98adc35e9a98106aac10ad2ad7e8bed06141 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 8 Feb 2015 23:40:11 -0800 Subject: [PATCH] Release v0.3.2 --- openssl-sys/Cargo.toml | 2 +- openssl/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index e0f50ccc0..f1fa10afe 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.3.1" +version = "0.3.2" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT" diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index f0b7a39ba..be14dcd64 100644 --- a/openssl/Cargo.toml +++ b/openssl/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "openssl" -version = "0.3.1" +version = "0.3.2" authors = ["Steven Fackler "] license = "Apache-2.0" description = "OpenSSL bindings" repository = "https://github.com/sfackler/rust-openssl" documentation = "https://sfackler.github.io/rust-openssl/doc/openssl" -readme = "README.md" +readme = "../README.md" keywords = ["crypto", "tls", "ssl"] [features] @@ -17,7 +17,7 @@ aes_xts = ["openssl-sys/aes_xts"] [dependencies.openssl-sys] path = "../openssl-sys" -version = "0.3.1" +version = "0.3.2" [dev-dependencies] rustc-serialize = "0.2" -- GitLab