Skip to content
This repository was archived by the owner on May 11, 2023. It is now read-only.

Commit 7824391

Browse files
committed
zb,zm: Release 3.12.0
1 parent ebe3f39 commit 7824391

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

zbus/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zbus"
3-
version = "3.11.1"
3+
version = "3.12.0"
44
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
55
edition = "2018"
66
rust-version = "1.60"
@@ -32,7 +32,7 @@ serde = { version = "1.0", features = ["derive"] }
3232
serde_repr = "0.1.9"
3333
zvariant = { path = "../zvariant", version = "3.10.0", default-features = false, features = ["enumflags2"] }
3434
zbus_names = { path = "../zbus_names", version = "2.5" }
35-
zbus_macros = { path = "../zbus_macros", version = "=3.11.1" }
35+
zbus_macros = { path = "../zbus_macros", version = "=3.12.0" }
3636
enumflags2 = { version = "0.7.5", features = ["serde"] }
3737
serde-xml-rs = { version = "0.4.1", optional = true }
3838
derivative = "2.2"

zbus_macros/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zbus_macros"
33
# Keep version in sync with zbus crate
4-
version = "3.11.1"
4+
version = "3.12.0"
55
authors = [
66
"Marc-André Lureau <marcandre.lureau@redhat.com>",
77
"Zeeshan Ali Khan <zeeshanak@gnome.org>",

0 commit comments

Comments
 (0)