Skip to content

Commit

Permalink
bump to 0.8.4
Browse files Browse the repository at this point in the history
re-bumps tokio to 1.41
  (I applied a bad stash in the last version bump)

Signed-off-by: auyer <[email protected]>
  • Loading branch information
auyer committed Nov 19, 2024
1 parent 00aacf7 commit f9aa082
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions libprotonup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ description = "Library for Custom Proton Download and installation"
[dependencies]
arcstr = "1.2"
anyhow = "1.0"
async-compression = { version = "0.4", features = ['gzip', 'xz', 'tokio'] }
dirs = "5.0"
futures-util = "0.3"
hex = "0.4"
Expand All @@ -27,10 +26,12 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sha2 = "0.10"
structopt = "0.3"
tokio = { version = "1.39", features = ["macros"] }
tokio = { version = "1.41", features = ["macros"] }
tokio-stream = { version = "0.1", features = ["fs"] }
tokio-tar = "0.3"
tokio-util = "0.7"
# decompression
tokio-tar = "0.3"
async-compression = { version = "0.4", features = ['gzip', 'xz', 'tokio'] }

[dev-dependencies]
tokio = { version = "1.39", features = ["macros", "rt"] }
tokio = { version = "1.41", 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.8.4"
version = "0.8.5"
edition = "2021"
authors = ["Auyer <[email protected]>"]
repository = "https://github.com/auyer/protonup-rs"
Expand All @@ -26,7 +26,7 @@ assets = [
anyhow = "1.0"
arcstr = "1.2"
futures-util = "0.3"
libprotonup = { path = "../libprotonup", version = "0.8.4" }
libprotonup = { path = "../libprotonup", version = "0.8.5" }
inquire = { version = "0.7", default-features = false, features = ["termion"] }
indicatif = { version = "0.17", features = [
"improved_unicode",
Expand Down

0 comments on commit f9aa082

Please sign in to comment.