diff --git a/Cargo.toml b/Cargo.toml index a45451f5629bb37030d6e715a861fff5a57ca43f..0bc4feaf84ecdb0e815e16f320e361615edd7575 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"