mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Pass vendored to the right crate
This commit is contained in:
@@ -14,7 +14,6 @@ keywords = ["lockdownd", "ios"]
|
|||||||
tokio = { version = "1.43", features = ["io-util", "macros", "time"] }
|
tokio = { version = "1.43", features = ["io-util", "macros", "time"] }
|
||||||
tokio-openssl = { version = "0.6" }
|
tokio-openssl = { version = "0.6" }
|
||||||
openssl = { version = "0.10" }
|
openssl = { version = "0.10" }
|
||||||
openssl-sys = { version = "0.9", optional = true }
|
|
||||||
|
|
||||||
plist = { version = "1.7" }
|
plist = { version = "1.7" }
|
||||||
serde = { version = "1", features = ["derive"] }
|
serde = { version = "1", features = ["derive"] }
|
||||||
@@ -56,4 +55,4 @@ full = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[target.'cfg(target_os = "windows")'.features]
|
[target.'cfg(target_os = "windows")'.features]
|
||||||
default = ["dep:openssl-sys", "openssl-sys/vendored"]
|
default = ["openssl/vendored"]
|
||||||
|
|||||||
Reference in New Issue
Block a user