aboutsummaryrefslogtreecommitdiff
path: root/openssl-sys/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2016-05-20 15:58:04 -0700
committerSteven Fackler <[email protected]>2016-05-20 15:58:04 -0700
commit743451e95d6f3bb98a65f80aa2b1d4d9806ed6a6 (patch)
treef612309d5fdb8ffb7409510dc26360ba94b43cb7 /openssl-sys/Cargo.toml
parentMerge branch 'release-v0.7.12' into release (diff)
parentRelease v0.7.13 (diff)
downloadrust-openssl-0.7.13.tar.xz
rust-openssl-0.7.13.zip
Merge branch 'release-v0.7.13' into releasev0.7.13
Diffstat (limited to 'openssl-sys/Cargo.toml')
-rw-r--r--openssl-sys/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml
index 890e9554..89b18911 100644
--- a/openssl-sys/Cargo.toml
+++ b/openssl-sys/Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "openssl-sys"
-version = "0.7.12"
+version = "0.7.13"
authors = ["Alex Crichton <[email protected]>",
"Steven Fackler <[email protected]>"]
license = "MIT"
description = "FFI bindings to OpenSSL"
repository = "https://github.com/sfackler/rust-openssl"
-documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.12/openssl_sys"
+documentation = "https://sfackler.github.io/rust-openssl/doc/v0.7.13/openssl_sys"
links = "openssl"
build = "build.rs"
@@ -41,14 +41,14 @@ libressl-pnacl-sys = "2.1.0"
# Only here to make sure we link to these in a static build on Windows
[target.i686-pc-windows-gnu.dependencies]
-user32-sys = "0.1"
-gdi32-sys = "0.1"
+user32-sys = "0.2"
+gdi32-sys = "0.2"
[target.x86_64-pc-windows-gnu.dependencies]
-user32-sys = "0.1"
-gdi32-sys = "0.1"
+user32-sys = "0.2"
+gdi32-sys = "0.2"
[target.i686-pc-windows-msvc.dependencies]
-user32-sys = "0.1"
-gdi32-sys = "0.1"
+user32-sys = "0.2"
+gdi32-sys = "0.2"
[target.x86_64-pc-windows-msvc.dependencies]
-user32-sys = "0.1"
-gdi32-sys = "0.1"
+user32-sys = "0.2"
+gdi32-sys = "0.2"