Skip to content

Commit f1c0da5

Browse files
committed
release: bump version to 0.10.0
Signed-off-by: Rafael Passos <rafael@rcpassos.me>
1 parent 50cf154 commit f1c0da5

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

0 commit comments

Comments
 (0)