Fix windows dependencies
This commit is contained in:
parent
74171f6bd0
commit
f1e37f477c
|
|
@ -39,10 +39,10 @@ version = "0.1.1"
|
||||||
[target.i386-apple-ios.dependencies.openssl-sys]
|
[target.i386-apple-ios.dependencies.openssl-sys]
|
||||||
path = "openssl-sys"
|
path = "openssl-sys"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
[target.i386-pc-windows-gnu.openssl-sys]
|
[target.i386-pc-windows-gnu.dependencies.openssl-sys]
|
||||||
path = "openssl-sys"
|
path = "openssl-sys"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
[target.x86_64-pc-windows-gnu.openssl-sys]
|
[target.x86_64-pc-windows-gnu.dependencies.openssl-sys]
|
||||||
path = "openssl-sys"
|
path = "openssl-sys"
|
||||||
version = "0.1.1"
|
version = "0.1.1"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue