aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 28c69b8c..df403469 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "openssl"
-version = "0.0.2"
+version = "0.1.0"
authors = ["Steven Fackler <[email protected]>"]
license = "Apache-2.0"
description = "OpenSSL bindings"
@@ -17,28 +17,28 @@ aes_xts = ["openssl-sys/aes_xts"]
[target.i686-apple-darwin.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.x86_64-apple-darwin.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.i686-unknown-linux-gnu.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.x86_64-unknown-linux-gnu.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.i686-unknown-freebsd.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.x86_64-unknown-freebsd.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.arm-apple-ios.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.i386-apple-ios.dependencies.openssl-sys]
path = "openssl-sys"
-version = "0.0.2"
+version = "0.1.0"
[target.le32-unknown-nacl.dependencies.libressl-pnacl-sys]
[target.arm-unknown-nacl.dependencies.libressl-pnacl-sys]