From 77ea34f820fd51d1bd5fc93d61eceeb7a2fe3264 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Thu, 22 Jan 2026 15:34:11 -0700 Subject: [PATCH] Bump version --- Cargo.lock | 4 ++-- idevice/Cargo.toml | 2 +- tools/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4bee460..ca23049 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.51" +version = "0.1.52" dependencies = [ "async-stream", "async_zip", @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "idevice-tools" -version = "0.1.0" +version = "0.1.52" dependencies = [ "clap", "futures-util", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index 5a474bf..fd5cd7d 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.51" +version = "0.1.52" edition = "2024" license = "MIT" documentation = "https://docs.rs/idevice" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index 1eaea88..d18bf99 100644 --- a/tools/Cargo.toml +++ b/tools/Cargo.toml @@ -2,7 +2,7 @@ name = "idevice-tools" description = "Rust binary tools to interact with services on iOS devices." authors = ["Jackson Coxson"] -version = "0.1.0" +version = "0.1.52" edition = "2024" license = "MIT" documentation = "https://docs.rs/idevice"