Skip to content

Commit

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

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

2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ async-process = "2.2.2"
async-recursion = "1.1.1"

[dev-dependencies]
zbus_xml = { path = "../zbus_xml", version = "4.0.0" }
zbus_xml = { path = "../zbus_xml", version = "5.0.0" }
doc-comment = "0.3.3"
futures-util = "0.3.30" # activate default features
ntest = "0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion zbus_xml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus_xml"
version = "4.0.0"
version = "5.0.0"
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
edition = "2021"
rust-version = "1.81"
Expand Down
2 changes: 1 addition & 1 deletion zbus_xmlgen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ path = "src/main.rs"

[dependencies]
zbus = { path = "../zbus", version = "4.0.0", features = ["blocking-api"] }
zbus_xml = { path = "../zbus_xml", version = "4.0.0" }
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 1bfbbab

Please sign in to comment.