summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2014-11-27 21:25:19 -0800
committerSteven Fackler <sfackler@gmail.com>2014-11-27 21:25:19 -0800
commitf1e37f477cff960ec10ec0f394585d42c06d71dc (patch)
tree9e68a40c16e57eacdd1e5176786ea401ea07442e /Cargo.toml
parent74171f6bd02e4638618efa6b2c292cb745e56f63 (diff)
downloadrust-openssl-f1e37f477cff960ec10ec0f394585d42c06d71dc.zip
Fix windows dependencies
Diffstat (limited to 'Cargo.toml')
-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"