From a8d05b60225781f7639acaa4ed10b8ccd02878fa Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Mon, 4 May 2026 09:39:09 -0600 Subject: [PATCH] fix(afc): pull tokio's rt-multi-thread feature --- idevice/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index 6b1da63..b6519ea 100644 --- a/idevice/Cargo.toml +++ b/idevice/Cargo.toml @@ -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 = []