From 78f23d7383c2c0f120274f3ce320e7134c4769fd Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Tue, 13 May 2025 11:00:36 -0600 Subject: [PATCH] Use tokio time for pair feature --- idevice/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index e6f0dfd..abcb43b 100644 --- a/idevice/Cargo.toml +++ b/idevice/Cargo.toml @@ -2,7 +2,7 @@ name = "idevice" description = "A Rust library to interact with services on iOS devices." authors = ["Jackson Coxson"] -version = "0.1.31" +version = "0.1.32" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice" @@ -68,7 +68,7 @@ springboardservices = [] misagent = [] mobile_image_mounter = ["dep:sha2"] location_simulation = [] -pair = ["chrono/default", "dep:sha2", "dep:rsa", "dep:x509-cert"] +pair = ["chrono/default", "tokio/time", "dep:sha2", "dep:rsa", "dep:x509-cert"] syslog_relay = ["dep:bytes"] tcp = ["tokio/net"] tunnel_tcp_stack = ["dep:rand", "dep:futures", "tokio/fs", "tokio/sync"]