Skip to content

Commit 2c87c06

Browse files
authored
Merge pull request #845 from zeenix/zbus-rel-4.3.0
🔖 zb,zm: Prepare 4.3.0 release
2 parents 1e27941 + 05fe1dd commit 2c87c06

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.

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 = "4.2.2"
3+
version = "4.3.0"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.75"
@@ -44,7 +44,7 @@ zvariant = { path = "../zvariant", version = "4.1.1", default-features = false,
4444
"enumflags2",
4545
] }
4646
zbus_names = { path = "../zbus_names", version = "3.0" }
47-
zbus_macros = { path = "../zbus_macros", version = "=4.2.2" }
47+
zbus_macros = { path = "../zbus_macros", version = "=4.3.0" }
4848
enumflags2 = { version = "0.7.9", features = ["serde"] }
4949
async-io = { version = "2.3.2", optional = true }
5050
futures-core = "0.3.30"

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 = "4.2.2"
4+
version = "4.3.0"
55
authors = [
66
"Marc-André Lureau <[email protected]>",
77
"Zeeshan Ali Khan <[email protected]>",

0 commit comments

Comments
 (0)