aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-12-16 08:58:07 -0800
committerSteven Fackler <[email protected]>2014-12-16 08:58:07 -0800
commitada2398b758c9c46fd4beb7ef2e2f675e6d5c1e4 (patch)
treeaaf0e23fe7d39401775ed92cd261285c5b8c76f2
parentMerge pull request #125 from alexcrichton/update (diff)
downloadrust-openssl-0.2.5.tar.xz
rust-openssl-0.2.5.zip
Release v0.2.5v0.2.5
-rw-r--r--Cargo.toml4
-rw-r--r--openssl-sys/Cargo.toml2
2 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 3b3571e5..d6f2d140 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl"
-version = "0.2.4"
+version = "0.2.5"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
@@ -17,4 +17,4 @@ aes_xts = ["openssl-sys/aes_xts"]
[dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.2.4"
+version = "0.2.5"
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 095088a6..ca081425 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl-sys"
-version = "0.2.4"
+version = "0.2.5"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"