mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 14:36:16 +01:00
Bump version
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -893,7 +893,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "idevice"
|
name = "idevice"
|
||||||
version = "0.1.21"
|
version = "0.1.22"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"async-recursion",
|
"async-recursion",
|
||||||
"base64",
|
"base64",
|
||||||
|
|||||||
@@ -28,13 +28,13 @@ but the API and feature-set are far from final or even planned.
|
|||||||
- [ ] file relay
|
- [ ] file relay
|
||||||
- [ ] house arrest
|
- [ ] house arrest
|
||||||
- [ ] misagent (certificates)
|
- [ ] misagent (certificates)
|
||||||
- [ ] RemoteXPC
|
- [x] RemoteXPC
|
||||||
- Debug server
|
|
||||||
- Image mounting
|
|
||||||
- [ ] mobile backup
|
- [ ] mobile backup
|
||||||
- [ ] notification proxy
|
- [ ] notification proxy
|
||||||
|
- [x] DVT protocol
|
||||||
- [ ] screenshot
|
- [ ] screenshot
|
||||||
- [ ] simulate location
|
- [ ] simulate location
|
||||||
|
- [x] process control
|
||||||
- [ ] web inspector
|
- [ ] web inspector
|
||||||
- [ ] usbmuxd connection
|
- [ ] usbmuxd connection
|
||||||
- [ ] Documentation
|
- [ ] Documentation
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "idevice"
|
name = "idevice"
|
||||||
description = "A Rust library to interact with services on iOS devices."
|
description = "A Rust library to interact with services on iOS devices."
|
||||||
authors = ["Jackson Coxson"]
|
authors = ["Jackson Coxson"]
|
||||||
version = "0.1.21"
|
version = "0.1.22"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
documentation = "https://docs.rs/idevice"
|
documentation = "https://docs.rs/idevice"
|
||||||
|
|||||||
Reference in New Issue
Block a user