Skip to content

Commit

Permalink
select crates.io release versio o libprotonup
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Apr 5, 2024
1 parent 740a93c commit 2a7cbac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protonup-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2a7cbac

Please sign in to comment.