From eae8fc5e86f27135bb77fb98d607e2dc6a60655b Mon Sep 17 00:00:00 2001 From: nab138 Date: Sun, 21 Sep 2025 00:04:12 -0400 Subject: [PATCH] Add heartbeat feature --- isideload/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/isideload/Cargo.toml b/isideload/Cargo.toml index d98e776..0b07ba2 100644 --- a/isideload/Cargo.toml +++ b/isideload/Cargo.toml @@ -23,7 +23,7 @@ uuid = { version = "1.17.0", features = ["v4"] } zip = { version = "4.3", default-features = false, features = ["deflate"] } hex = "0.4" sha1 = "0.10" -idevice = { version = "0.1.42", features = ["afc", "installation_proxy", "debug_proxy", "rsd", "tunnel_tcp_stack"] } +idevice = { version = "0.1.42", features = ["afc", "installation_proxy", "debug_proxy", "rsd", "tunnel_tcp_stack", "heartbeat"] } openssl = "0.10" zsign-rust = "0.1.6" thiserror = "2"