mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-05-17 20:20:34 +00:00
fix(afc): pull tokio's rt-multi-thread feature
This commit is contained in:
+1
-1
@@ -85,7 +85,7 @@ ring = ["rustls", "rustls/ring", "tokio-rustls/ring"]
|
||||
rustls = ["dep:rustls", "dep:tokio-rustls"]
|
||||
openssl = ["dep:openssl", "dep:tokio-openssl"]
|
||||
|
||||
afc = ["dep:chrono", "dep:futures"]
|
||||
afc = ["dep:chrono", "dep:futures", "tokio/rt-multi-thread"]
|
||||
amfi = []
|
||||
bt_packet_logger = []
|
||||
companion_proxy = []
|
||||
|
||||
Reference in New Issue
Block a user