From f1e37f477cff960ec10ec0f394585d42c06d71dc Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 27 Nov 2014 21:25:19 -0800 Subject: [PATCH] Fix windows dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a45451f56..0bc4feaf8 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" -- GitLab