mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Include std and tls12 in rustls
This fixes FFI somehow.
This commit is contained in:
@@ -13,7 +13,10 @@ keywords = ["lockdownd", "ios"]
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
tokio = { version = "1.43", features = ["io-util"] }
|
tokio = { version = "1.43", features = ["io-util"] }
|
||||||
tokio-rustls = { version = "0.26", default-features = false }
|
tokio-rustls = { version = "0.26", default-features = false }
|
||||||
rustls = { version = "0.23", default-features = false }
|
rustls = { version = "0.23", default-features = false, features = [
|
||||||
|
"std",
|
||||||
|
"tls12",
|
||||||
|
] }
|
||||||
crossfire = { version = "2.0", optional = true } # TODO: update to 2.1 when it comes out
|
crossfire = { version = "2.0", optional = true } # TODO: update to 2.1 when it comes out
|
||||||
|
|
||||||
plist = { version = "1.7" }
|
plist = { version = "1.7" }
|
||||||
@@ -126,4 +129,3 @@ full = [
|
|||||||
|
|
||||||
[package.metadata.docs.rs]
|
[package.metadata.docs.rs]
|
||||||
all-features = true
|
all-features = true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user