From 876e88d6fbb65018c5965478eef34e305b1eaff2 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Wed, 13 Aug 2025 08:03:24 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- idevice/Cargo.toml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4ba49d9..6b143e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1110,7 +1110,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.37" +version = "0.1.38" dependencies = [ "base64", "byteorder", diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index 6c84b41..8eafae5 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.37" +version = "0.1.38" edition = "2024" license = "MIT" documentation = "https://docs.rs/idevice" @@ -125,4 +125,5 @@ full = [ ] [package.metadata.docs.rs] -all-features = true \ No newline at end of file +all-features = true +