From a69e8ad1d2f116346fe64881bd6ffa1aa54f59fe Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Sat, 22 Mar 2025 12:28:13 -0600 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 128ee8d..824822d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -957,7 +957,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.25" +version = "0.1.26" dependencies = [ "async-recursion", "base64", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index b21c9ef..8050a46 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.25" +version = "0.1.26" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"