aboutsummaryrefslogtreecommitdiff
path: root/openssl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'openssl/Cargo.toml')
-rw-r--r--openssl/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Cargo.toml b/openssl/Cargo.toml
index a52756a5..691b3d18 100644
--- a/openssl/Cargo.toml
+++ b/openssl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl"
-version = "0.5.5"
+version = "0.6.0"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
@@ -18,7 +18,7 @@ npn = ["openssl-sys/npn"]
[dependencies.openssl-sys]
path = "../openssl-sys"
-version = "0.5.5"
+version = "0.6.0"
[dependencies]
bitflags = "0.1.1"