Update zsign again

This commit is contained in:
nab138
2025-08-12 20:19:24 -04:00
parent f0974ca91d
commit 6abc8a2b62
2 changed files with 8 additions and 6 deletions

View File

@@ -3,7 +3,7 @@ name = "isideload"
description = "Sideload iOS/iPadOS applications"
license = "MPL-2.0"
authors = ["Nicholas Sharp <nab@nabdev.me>"]
version = "0.1.1"
version = "0.1.2"
edition = "2024"
repository = "https://github.com/nab138/isideload"
documentation = "https://docs.rs/isideload"
@@ -26,5 +26,5 @@ sha1 = "0.10"
idevice = { version = "0.1.37", features = ["afc", "installation_proxy"] }
openssl = "0.10"
futures = "0.3"
zsign-rust = "0.1.4"
zsign-rust = "0.1.5"
thiserror = "2"