Skip to content

Commit 0d4054d

Browse files
committed
ci: bump to 0.9.0-rc4
Signed-off-by: Rafael Passos <rafael@rcpassos.me>
1 parent 5467674 commit 0d4054d

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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.

fuzz/Cargo.lock

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

libprotonup/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libprotonup"
3-
version = "0.9.0-rc3"
3+
version = "0.9.0-rc4"
44
edition = "2024"
55
authors = ["Auyer <auyer@rcpassos.me>"]
66
repository = "https://github.com/auyer/protonup-rs"
@@ -28,7 +28,7 @@ sha2 = "0.10"
2828
tokio = { version = "1.44", features = ["macros"] }
2929
tokio-stream = { version = "0.1", features = ["fs"] }
3030
tokio-util = "0.7"
31-
ron = "0.9.0"
31+
ron = "0.10"
3232
lazy_static = "1.5.0"
3333
# decompression
3434
tokio-tar = "0.3"
@@ -37,5 +37,5 @@ tempfile = "3.19"
3737
regex = "1.11.1"
3838

3939
[dev-dependencies]
40-
tar = "0.4.44"
40+
tar = "0.4"
4141
tokio = { version = "1.44", features = ["macros", "rt"] }

protonup-rs/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protonup-rs"
3-
version = "0.9.0-rc3"
3+
version = "0.9.0-rc4"
44
edition = "2024"
55
authors = ["Auyer <auyer@rcpassos.me>"]
66
repository = "https://github.com/auyer/protonup-rs"
@@ -26,12 +26,12 @@ assets = [
2626
anyhow = "1.0"
2727
arcstr = "1.2"
2828
futures-util = "0.3"
29-
libprotonup = { path = "../libprotonup", version = "0.9.0-rc3" }
29+
libprotonup = { path = "../libprotonup", version = "0.9.0-rc4" }
3030
inquire = { version = "0.7", default-features = false, features = ["termion"] }
3131
indicatif = { version = "0.17", features = [
3232
"improved_unicode",
3333
"unicode-segmentation",
3434
"tokio",
3535
] }
3636
tokio = { version = "1.44", features = ["macros", "rt-multi-thread"] }
37-
clap = { version = "4.5.34", features = ["derive"] }
37+
clap = { version = "4.5", features = ["derive"] }

0 commit comments

Comments
 (0)