Skip to content

Commit df30a3b

Browse files
committed
0.9.1-rc1 version
Signed-off-by: Rafael Passos <rafael@rcpassos.me>
1 parent 2e05d13 commit df30a3b

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.1"
3+
version = "0.9.1-rc1"
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.1"
3+
version = "0.9.1-rc1"
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.1" }
29+
libprotonup = { path = "../libprotonup", version = "0.9.1-rc1" }
3030
inquire = { version = "0.7", default-features = false, features = ["termion"] }
3131
indicatif = { version = "0.18", features = [
3232
"improved_unicode",

0 commit comments

Comments
 (0)