From 47e9a9f6d01d46487e579ed4c1552f74175cf9a4 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Sat, 5 Apr 2025 14:31:32 -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 04196f5..2229f77 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1134,7 +1134,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.26" +version = "0.1.27" dependencies = [ "async-recursion", "base64", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index c29d53f..dad6dd4 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.26" +version = "0.1.27" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"