Bump version

This commit is contained in:
Jackson Coxson
2025-03-12 00:36:32 -06:00
parent 81d2240c86
commit fc9bdafe93
3 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@@ -893,7 +893,7 @@ dependencies = [
[[package]]
name = "idevice"
version = "0.1.21"
version = "0.1.22"
dependencies = [
"async-recursion",
"base64",

View File

@@ -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

View File

@@ -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"