Update readme

This commit is contained in:
Jackson Coxson
2025-04-05 15:20:27 -06:00
parent dadf676135
commit 3cb4f468e6
5 changed files with 119 additions and 35 deletions

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.27"
version = "0.1.28"
edition = "2021"
license = "MIT"
documentation = "https://docs.rs/idevice"
@@ -89,3 +89,6 @@ full = [
"tunneld",
"springboardservices",
]
[package.metadata.docs.rs]
all-features = true