Fix windows dependencies

This commit is contained in:
Steven Fackler 2014-11-27 21:25:19 -08:00
parent 74171f6bd0
commit f1e37f477c
1 changed files with 2 additions and 2 deletions

View File

@ -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"