From 49192687cf6f605d723ef7be1804de84e0ecd926 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Wed, 5 Feb 2025 22:53:42 -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 f33401a..1aee3cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.16" +version = "0.1.17" dependencies = [ "async-recursion", "base64", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index cd85380..c664bcd 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.16" +version = "0.1.17" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"