aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openssl-sys/Cargo.toml2
-rw-r--r--openssl/Cargo.toml4
2 files changed, 3 insertions, 3 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index f1fa10af..02dd0515 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl-sys"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index be14dcd6..95127b97 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl"
-version = "0.3.2"
+version = "0.3.3"
authors = ["Steven Fackler <[email protected]>"]
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.2"
+version = "0.3.3"
[dev-dependencies]
rustc-serialize = "0.2"