Skip to content

Commit

Permalink
🔖 zn: Release 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Oct 17, 2024
1 parent 3ae1919 commit a39f778
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 @@ -48,7 +48,7 @@ zbus_macros = { path = "../zbus_macros", version = "=4.4.0" }
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
"enumflags2",
] }
zbus_names = { path = "../zbus_names", version = "3.0" }
zbus_names = { path = "../zbus_names", version = "4.0" }
serde = { version = "1.0.200", features = ["derive"] }
serde_repr = "0.1.19"
enumflags2 = { version = "0.7.9", features = ["serde"] }
Expand Down
2 changes: 1 addition & 1 deletion zbus_names/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus_names"
version = "3.0.0"
version = "4.0.0"
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
edition = "2021"
rust-version = "1.81"
Expand Down
2 changes: 1 addition & 1 deletion zbus_xml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "README.md"
[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false }
zbus_names = { path = "../zbus_names", version = "3.0" }
zbus_names = { path = "../zbus_names", version = "4.0" }
quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] }
static_assertions = "1.1.0"

Expand Down

0 comments on commit a39f778

Please sign in to comment.