From afbcfa87a7d2f6e8e9d83a337bb9b2beef6bf3cc Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Sun, 2 Feb 2025 10:25:52 -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 04c3443..d24db71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -683,7 +683,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.15" +version = "0.1.16" dependencies = [ "async-recursion", "base64", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index b60e06a..3ba80bc 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.15" +version = "0.1.16" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"