Skip to content

Commit 00aacf7

Browse files
committed
bump to 0.8.4 for release
1 parent d008bb2 commit 00aacf7

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libprotonup/Cargo.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libprotonup"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
authors = ["Auyer <auyer@rcpassos.me>"]
66
repository = "https://github.com/auyer/protonup-rs"
@@ -12,6 +12,7 @@ description = "Library for Custom Proton Download and installation"
1212
[dependencies]
1313
arcstr = "1.2"
1414
anyhow = "1.0"
15+
async-compression = { version = "0.4", features = ['gzip', 'xz', 'tokio'] }
1516
dirs = "5.0"
1617
futures-util = "0.3"
1718
hex = "0.4"
@@ -26,12 +27,10 @@ serde = { version = "1.0", features = ["derive"] }
2627
serde_json = "1.0"
2728
sha2 = "0.10"
2829
structopt = "0.3"
29-
tokio = { version = "1.41", features = ["macros"] }
30+
tokio = { version = "1.39", features = ["macros"] }
3031
tokio-stream = { version = "0.1", features = ["fs"] }
31-
tokio-util = "0.7"
32-
# compression lib
3332
tokio-tar = "0.3"
34-
async-compression = { version = "0.4", features = ['gzip', 'xz', 'tokio'] }
33+
tokio-util = "0.7"
3534

3635
[dev-dependencies]
37-
tokio = { version = "1.41", features = ["macros", "rt"] }
36+
tokio = { version = "1.39", features = ["macros", "rt"] }

protonup-rs/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protonup-rs"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
edition = "2021"
55
authors = ["Auyer <auyer@rcpassos.me>"]
66
repository = "https://github.com/auyer/protonup-rs"
@@ -26,7 +26,7 @@ assets = [
2626
anyhow = "1.0"
2727
arcstr = "1.2"
2828
futures-util = "0.3"
29-
libprotonup = { path = "../libprotonup", version = "0.8.3" }
29+
libprotonup = { path = "../libprotonup", version = "0.8.4" }
3030
inquire = { version = "0.7", default-features = false, features = ["termion"] }
3131
indicatif = { version = "0.17", features = [
3232
"improved_unicode",

0 commit comments

Comments
 (0)