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

@@ -15,7 +15,7 @@ To use isideload, add the following to your `Cargo.toml`:
```toml
[dependencies]
# Make sure to use the latest version
isideload = { version = "0.1.1", features = ["vendored-openssl", "vendored-botan" ] } # Optionally, both vendored features can be enabled to avoid needing OpenSSL and Botan installed on your system.
isideload = { version = "0.1.4", features = ["vendored-openssl", "vendored-botan" ] } # Optionally, both vendored features can be enabled to avoid needing OpenSSL and Botan installed on your system.
idevice = { version = "0.1.37", features = ["usbmuxd"]} # Used to give isideload an IdeviceProvider. You don't need to use usbmuxd. For more info see https://github.com/jkcoxson/idevice
```