Skip to content

Commit a1b44b3

Browse files
committed
bump version to 0.8.5
re-bumps tokio to 1.41 (I applied a bad stash in the last version bump) Signed-off-by: auyer <rafael@rcpassos.me>
1 parent 00aacf7 commit a1b44b3

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

libprotonup/Cargo.toml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libprotonup"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
edition = "2021"
55
authors = ["Auyer <auyer@rcpassos.me>"]
66
repository = "https://github.com/auyer/protonup-rs"
@@ -12,7 +12,6 @@ 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'] }
1615
dirs = "5.0"
1716
futures-util = "0.3"
1817
hex = "0.4"
@@ -27,10 +26,12 @@ serde = { version = "1.0", features = ["derive"] }
2726
serde_json = "1.0"
2827
sha2 = "0.10"
2928
structopt = "0.3"
30-
tokio = { version = "1.39", features = ["macros"] }
29+
tokio = { version = "1.41", features = ["macros"] }
3130
tokio-stream = { version = "0.1", features = ["fs"] }
32-
tokio-tar = "0.3"
3331
tokio-util = "0.7"
32+
# decompression
33+
tokio-tar = "0.3"
34+
async-compression = { version = "0.4", features = ['gzip', 'xz', 'tokio'] }
3435

3536
[dev-dependencies]
36-
tokio = { version = "1.39", features = ["macros", "rt"] }
37+
tokio = { version = "1.41", 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.4"
3+
version = "0.8.5"
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.4" }
29+
libprotonup = { path = "../libprotonup", version = "0.8.5" }
3030
inquire = { version = "0.7", default-features = false, features = ["termion"] }
3131
indicatif = { version = "0.17", features = [
3232
"improved_unicode",

0 commit comments

Comments
 (0)