From 83e43aa3d66014dc727c43ede1dcd29e526fef58 Mon Sep 17 00:00:00 2001 From: Abdullah Al-Banna Date: Sat, 20 Dec 2025 23:30:26 +0300 Subject: [PATCH] add the `futures` dep for the afc feature (#48) --- idevice/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index d6104ae..bdcb6e8 100644 --- a/idevice/Cargo.toml +++ b/idevice/Cargo.toml @@ -71,7 +71,7 @@ ring = ["rustls", "rustls/ring", "tokio-rustls/ring"] rustls = ["dep:rustls", "dep:tokio-rustls"] openssl = ["dep:openssl", "dep:tokio-openssl"] -afc = ["dep:chrono"] +afc = ["dep:chrono", "dep:futures"] amfi = [] bt_packet_logger = [] companion_proxy = []