Skip to content

Commit

Permalink
🔖 zb,zm: Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Oct 18, 2024
1 parent 1bfbbab commit d641460
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions zbus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus"
version = "4.4.0"
version = "5.0.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand Down Expand Up @@ -44,7 +44,7 @@ blocking-api = ["zbus_macros/blocking-api"]
serde_bytes = ["zvariant/serde_bytes"]

[dependencies]
zbus_macros = { path = "../zbus_macros", version = "=4.4.0" }
zbus_macros = { path = "../zbus_macros", version = "=5.0.0" }
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
"enumflags2",
] }
Expand Down
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zbus_macros"
# Keep version in sync with zbus crate
version = "4.4.0"
version = "5.0.0"
authors = [
"Marc-André Lureau <[email protected]>",
"Zeeshan Ali Khan <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion zbus_xmlgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name = "zbus-xmlgen"
path = "src/main.rs"

[dependencies]
zbus = { path = "../zbus", version = "4.0.0", features = ["blocking-api"] }
zbus = { path = "../zbus", version = "5.0.0", features = ["blocking-api"] }
zbus_xml = { path = "../zbus_xml", version = "5.0.0" }
snakecase = "0.1.0"
clap = { version = "4.5.4", features = ["derive", "wrap_help"] }
Expand Down

0 comments on commit d641460

Please sign in to comment.