From 2a7cbac585cae53ce907d3e6e07f80fd9a25b0d8 Mon Sep 17 00:00:00 2001 From: auyer Date: Thu, 4 Apr 2024 23:50:25 -0300 Subject: [PATCH] select crates.io release versio o libprotonup --- protonup-rs/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protonup-rs/Cargo.toml b/protonup-rs/Cargo.toml index aad0872..7d62d98 100644 --- a/protonup-rs/Cargo.toml +++ b/protonup-rs/Cargo.toml @@ -15,9 +15,9 @@ anyhow = "1.0.81" arcstr = "1.1.5" futures-util = "0.3" # 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.8.0" } +libprotonup = { version = "0.8.0" } inquire = { version = "0.7", default-features = false, features = ["termion"] } indicatif = { version = "0.17", features = [ "improved_unicode",