Skip to content
Snippets Groups Projects
Commit 365ca8fc authored by Zeeshan Ali Khan's avatar Zeeshan Ali Khan
Browse files

zb,zm: Bump minor version

parent 8ddf8355
Branches main
Loading
[package]
name = "zbus"
version = "3.2.0"
version = "3.3.0"
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
edition = "2018"
rust-version = "1.60"
......@@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1.5"
zvariant = { path = "../zvariant", version = "3.7.0", default-features = false, features = ["enumflags2"] }
zbus_names = { path = "../zbus_names", version = "2.2" }
zbus_macros = { path = "../zbus_macros", version = "=3.2.0" }
zbus_macros = { path = "../zbus_macros", version = "=3.3.0" }
enumflags2 = { version = "0.7.1", features = ["serde"] }
serde-xml-rs = { version = "0.4.0", optional = true }
derivative = "2.1"
......
[package]
name = "zbus_macros"
# Keep version in sync with zbus crate
version = "3.2.0"
version = "3.3.0"
authors = ["Marc-André Lureau <marcandre.lureau@redhat.com>"]
edition = "2018"
rust-version = "1.60"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment