Skip to content

Commit 48d6056

Browse files
committed
bump 0.9.0-rc3
Signed-off-by: Rafael Passos <rafael@rcpassos.me>
1 parent f98caeb commit 48d6056

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

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

libprotonup/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libprotonup"
3-
version = "0.9.0-rc2"
3+
version = "0.9.0-rc3"
44
edition = "2024"
55
authors = ["Auyer <auyer@rcpassos.me>"]
66
repository = "https://github.com/auyer/protonup-rs"

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.9.0-rc2"
3+
version = "0.9.0-rc3"
44
edition = "2024"
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.9.0-rc2" }
29+
libprotonup = { path = "../libprotonup", version = "0.9.0-rc3" }
3030
inquire = { version = "0.7", default-features = false, features = ["termion"] }
3131
indicatif = { version = "0.17", features = [
3232
"improved_unicode",

0 commit comments

Comments
 (0)