Skip to content

Commit 9aaf150

Browse files
Bump version to 0.4.0
1 parent 7f100c8 commit 9aaf150

File tree

2 files changed

+27
-26
lines changed

2 files changed

+27
-26
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ members = [
1010
]
1111

1212
[workspace.package]
13-
version = "0.3.0"
13+
version = "0.4.0"
1414
edition = "2021"
1515
authors = ["Bilal Elmoussaoui", "Sophie Herold", "Maximiliano Sandoval"]
1616
keywords = ["keyring", "secret", "service", "portal", "keychain"]
@@ -23,13 +23,13 @@ exclude = ["org.freedesktop.Secrets.xml"]
2323

2424
[workspace.dependencies]
2525
zvariant = { version = "5.2", default-features = false, features = ["gvariant"]}
26-
ashpd = {version = "0.11", git = "https://github.com/bilelmoussaoui/ashpd", default-features = false}
26+
ashpd = {version = "0.11", default-features = false}
2727
endi = "1.1"
2828
clap = { version = "4.5", features = [ "cargo", "derive" ] }
2929
futures-channel = "0.3"
3030
futures-lite = "2.6"
3131
futures-util = "0.3"
32-
oo7 = { path = "client", version = "0.3", features = ["unstable", "tracing"]}
32+
oo7 = { path = "client", version = "0.4", features = ["unstable", "tracing"]}
3333
serde = { version = "1.0", features = ["derive"] }
3434
tokio = { version = "1.43", default-features = false }
3535
tempfile = "3.15"

0 commit comments

Comments
 (0)