From 081cb2f8d8e6f0d7a76966e35bfef2db68ae2a11 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Sun, 28 Dec 2025 19:33:59 -0700 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- idevice/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6b5227b..543979d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1060,7 +1060,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.50" +version = "0.1.51" dependencies = [ "async-stream", "async_zip", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index bdcb6e8..ab47bdf 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.50" +version = "0.1.51" edition = "2024" license = "MIT" documentation = "https://docs.rs/idevice"