From a523f0cb9ceae74bd5219fbbff9ff5352e645db1 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Fri, 13 Feb 2026 12:10:20 -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 ca23049..4c6c614 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1091,7 +1091,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.52" +version = "0.1.53" dependencies = [ "async-stream", "async_zip", @@ -1147,7 +1147,7 @@ dependencies = [ [[package]] name = "idevice-tools" -version = "0.1.52" +version = "0.1.53" dependencies = [ "clap", "futures-util", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index fd5cd7d..c929127 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.52" +version = "0.1.53" edition = "2024" license = "MIT" documentation = "https://docs.rs/idevice" diff --git a/tools/Cargo.toml b/tools/Cargo.toml index d18bf99..8e7e710 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.52" +version = "0.1.53" edition = "2024" license = "MIT" documentation = "https://docs.rs/idevice"