From 786e2ff01f58e80a24560796b062de76e9de3f3b Mon Sep 17 00:00:00 2001 From: Auyer Date: Fri, 16 Jun 2023 00:20:38 -0300 Subject: [PATCH] release libprotonup 0.6.0 --- Cargo.lock | 23 ++++++++++++++++++++++- protonup-rs/Cargo.toml | 4 ++-- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9de3bf2..f29f2e0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -712,6 +712,27 @@ dependencies = [ "xz2", ] +[[package]] +name = "libprotonup" +version = "0.6.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e75df1174d04f06ae3aac1c9f9cf034b1a0763a4d6d9f135fef68747aebf60be" +dependencies = [ + "anyhow", + "dirs", + "flate2", + "futures-util", + "hex", + "hex-literal", + "reqwest", + "serde", + "serde_json", + "sha2", + "structopt", + "tar", + "xz2", +] + [[package]] name = "linux-raw-sys" version = "0.3.8" @@ -880,7 +901,7 @@ dependencies = [ "clap 4.3.4", "indicatif", "inquire", - "libprotonup", + "libprotonup 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", "tokio", ] diff --git a/protonup-rs/Cargo.toml b/protonup-rs/Cargo.toml index 843df26..ef9898b 100644 --- a/protonup-rs/Cargo.toml +++ b/protonup-rs/Cargo.toml @@ -12,9 +12,9 @@ description = "TUI Program for Custom Proton Download and installation written i [dependencies] # Use this to use the local changes in libprotonup. -libprotonup = { path = "../libprotonup" } +# libprotonup = { path = "../libprotonup" } # This is necessary to publish to crates.io -# libprotonup = { version = "0.6.0" } +libprotonup = { version = "0.6.0" } inquire = { version = "0.6", default-features = false, features = ["termion"] } indicatif = { version = "0.17", features = [ "improved_unicode",