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

10
Cargo.lock generated
View File

@@ -1170,7 +1170,7 @@ checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]] [[package]]
name = "isideload" name = "isideload"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"futures", "futures",
"hex", "hex",
@@ -3242,14 +3242,16 @@ dependencies = [
[[package]] [[package]]
name = "zsign-rust" name = "zsign-rust"
version = "0.1.3" version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e718ea4797b0f1b5fbc17fd5141dee51083cf62337b93db75a2320f97e05ed4" checksum = "15da1f095223a57b1a26b2570594dee7114142c4973dbb58760d6e8fbb970127"
dependencies = [ dependencies = [
"bindgen 0.72.0", "bindgen 0.72.0",
"cc", "cc",
"openssl-sys", "openssl-src",
"pkg-config",
"thiserror", "thiserror",
"vcpkg",
] ]
[[package]] [[package]]

View File

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