Skip to content

Commit

Permalink
bump package versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
auyer committed Mar 7, 2024
1 parent eaaea45 commit 2ec60f9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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 libprotonup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libprotonup"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Auyer <auyer@rcpassos.me>"]
repository = "https://github.com/auyer/protonup-rs"
Expand Down Expand Up @@ -30,4 +30,4 @@ tar = "0.4"
xz2 = "0.1"

[dev-dependencies]
tokio = { version = "1.36", features = ["macros", "rt"] }
tokio = { version = "1.35", features = ["macros", "rt"] }
4 changes: 2 additions & 2 deletions protonup-rs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protonup-rs"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Auyer <auyer@rcpassos.me>"]
repository = "https://github.com/auyer/protonup-rs"
Expand All @@ -14,7 +14,7 @@ description = "TUI Program for Custom Proton Download and installation written i
# Use this to use the local changes in libprotonup.
libprotonup = { path = "../libprotonup" }
# This is necessary to publish to crates.io
# libprotonup = { version = "0.6.0" }
# libprotonup = { version = "0.7.0" }
inquire = { version = "0.7", default-features = false, features = ["termion"] }
indicatif = { version = "0.17", features = [
"improved_unicode",
Expand Down

0 comments on commit 2ec60f9

Please sign in to comment.