From 6480dcf01bfa4927acaa8b061b4ca036c32cb837 Mon Sep 17 00:00:00 2001 From: nab138 Date: Sun, 10 Aug 2025 22:52:31 -0400 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d413e48..458cfb1 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ To use isideload, add the following to your `Cargo.toml`: ```toml [dependencies] -isideload = { version = "0.1.0", features = ["vendored-openssl", "vendored-botan" ] } # Optionally, both vendored features can be enabled to avoid needing OpenSSL and Botan installed on your system. +# 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. 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 ```