Skip to content

Commit 7d8e935

Browse files
authored
Merge pull request #1425 from zeenix/zb-release
🔖 zb,zm: Release 5.8.0
2 parents be41117 + da0ca55 commit 7d8e935

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 = "5.7.1"
3+
version = "5.8.0"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = { workspace = true }
66
rust-version = { workspace = true }
@@ -48,7 +48,7 @@ serde_bytes = ["zvariant/serde_bytes"]
4848
async-fs = []
4949

5050
[dependencies]
51-
zbus_macros = { path = "../zbus_macros", version = "5.7.1" }
51+
zbus_macros = { path = "../zbus_macros", version = "5.8.0" }
5252
zvariant = { path = "../zvariant", features = [
5353
"enumflags2",
5454
], version = "5.5.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 = "5.7.1"
4+
version = "5.8.0"
55
authors = [
66
"Marc-André Lureau <[email protected]>",
77
"Zeeshan Ali Khan <[email protected]>",

0 commit comments

Comments
 (0)