We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 490857b commit 0b666d3Copy full SHA for 0b666d3
1 file changed
Cargo.toml
@@ -22,6 +22,7 @@ rust-version = "1.80"
22
exclude = ["org.freedesktop.Secrets.xml"]
23
24
[workspace.dependencies]
25
+zvariant = { version = "5.2", default-features = false, features = ["gvariant"]}
26
ashpd = {version = "0.11", git = "https://github.com/bilelmoussaoui/ashpd", default-features = false}
27
endi = "1.1"
28
clap = { version = "4.5", features = [ "cargo", "derive" ] }
@@ -37,4 +38,3 @@ tracing-subscriber = "0.3"
37
38
zbus = { version = "5.5", default-features = false }
39
zbus_macros = {version = "5.5", features = ["gvariant"]}
40
zeroize = { version = "1", features = ["zeroize_derive"] }
-zvariant = { version = "5.2", default-features = false, features = ["gvariant"]}
0 commit comments