Skip to content

Commit 6201c05

Browse files
committed
🔖 zb,zm: Release 5.0.1
1 parent 405a432 commit 6201c05

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.0.0"
3+
version = "5.0.1"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.81"
@@ -44,7 +44,7 @@ blocking-api = ["zbus_macros/blocking-api"]
4444
serde_bytes = ["zvariant/serde_bytes"]
4545

4646
[dependencies]
47-
zbus_macros = { path = "../zbus_macros", version = "=5.0.0" }
47+
zbus_macros = { path = "../zbus_macros", version = "=5.0.1" }
4848
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
4949
"enumflags2",
5050
] }

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

0 commit comments

Comments
 (0)