aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2014-11-27 21:25:19 -0800
committerSteven Fackler <[email protected]>2014-11-27 21:25:19 -0800
commitf1e37f477cff960ec10ec0f394585d42c06d71dc (patch)
tree9e68a40c16e57eacdd1e5176786ea401ea07442e
parentAdd openssl-sys dependency on windows (diff)
downloadrust-openssl-f1e37f477cff960ec10ec0f394585d42c06d71dc.tar.xz
rust-openssl-f1e37f477cff960ec10ec0f394585d42c06d71dc.zip
Fix windows dependencies
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a45451f5..0bc4feaf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,10 +39,10 @@ version = "0.1.1"
[target.i386-apple-ios.dependencies.openssl-sys]
path = "openssl-sys"
version = "0.1.1"
-[target.i386-pc-windows-gnu.openssl-sys]
+[target.i386-pc-windows-gnu.dependencies.openssl-sys]
path = "openssl-sys"
version = "0.1.1"
-[target.x86_64-pc-windows-gnu.openssl-sys]
+[target.x86_64-pc-windows-gnu.dependencies.openssl-sys]
path = "openssl-sys"
version = "0.1.1"