From fc9bdafe93e8c4b5b949b7c9419fff38da499003 Mon Sep 17 00:00:00 2001 From: Jackson Coxson Date: Wed, 12 Mar 2025 00:36:32 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- README.md | 6 +++--- idevice/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21a60dd..291808a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -893,7 +893,7 @@ dependencies = [ [[package]] name = "idevice" -version = "0.1.21" +version = "0.1.22" dependencies = [ "async-recursion", "base64", diff --git a/README.md b/README.md index cbcc9e3..c9a96c8 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ but the API and feature-set are far from final or even planned. - [ ] file relay - [ ] house arrest - [ ] misagent (certificates) -- [ ] RemoteXPC - - Debug server - - Image mounting +- [x] RemoteXPC - [ ] mobile backup - [ ] notification proxy +- [x] DVT protocol - [ ] screenshot - [ ] simulate location +- [x] process control - [ ] web inspector - [ ] usbmuxd connection - [ ] Documentation diff --git a/idevice/Cargo.toml b/idevice/Cargo.toml index 9621ea1..d121bab 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.21" +version = "0.1.22" edition = "2021" license = "MIT" documentation = "https://docs.rs/idevice"