aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-02-08 23:40:11 -0800
committerSteven Fackler <[email protected]>2015-02-08 23:40:11 -0800
commit5f6d98adc35e9a98106aac10ad2ad7e8bed06141 (patch)
tree4fdecf0ad8bc7d45782690f200969d6e42d81a28
parentFix builds against 0.9.x OpenSSL (diff)
downloadrust-openssl-0.3.2.tar.xz
rust-openssl-0.3.2.zip
Release v0.3.2v0.3.2
-rw-r--r--openssl-sys/Cargo.toml2
-rw-r--r--openssl/Cargo.toml6
2 files changed, 4 insertions, 4 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index e0f50ccc..f1fa10af 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 <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"
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 <[email protected]>"]
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"