aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2015-02-03 09:07:16 -0800
committerSteven Fackler <[email protected]>2015-02-03 09:07:16 -0800
commite4eedbd53652b4f9a2bc95a3ad53de3fafa6201b (patch)
treea2238ae416fe0bc5eb7add0182a3457c4a23ea3b
parentMerge pull request #152 from gkoz/std_stability (diff)
downloadrust-openssl-0.3.0.tar.xz
rust-openssl-0.3.0.zip
Release v0.3.0v0.3.0
-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 8a2b1bf0..6286b67f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl"
-version = "0.2.18"
+version = "0.3.0"
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.2.18"
+version = "0.3.0"
[dev-dependencies]
rustc-serialize = "0.2"
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 4e2d6c22..db76f2d6 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl-sys"
-version = "0.2.18"
+version = "0.3.0"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"