Skip to content

Commit

Permalink
release libprotonup 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Jun 16, 2023
1 parent 45114f8 commit 786e2ff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
23 changes: 22 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions protonup-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 786e2ff

Please sign in to comment.