From 5f6d98adc35e9a98106aac10ad2ad7e8bed06141 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 8 Feb 2015 23:40:11 -0800 Subject: Release v0.3.2 --- openssl/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openssl/Cargo.toml') diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml index f0b7a39b..be14dcd6 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" -- cgit v1.2.3