Update zsign-rust

This commit is contained in:
nab138
2025-08-13 08:41:34 -04:00
parent 6c2d323e14
commit fc0f16ad21
3 changed files with 6 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.3"
version = "0.1.4"
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.5"
zsign-rust = "0.1.6"
thiserror = "2"