Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
zb,zm: Release 3.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Feb 11, 2023
1 parent 9701c7c commit 37bd88d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 = "3.9.0"
version = "3.10.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2018"
rust-version = "1.60"
Expand Down Expand Up @@ -33,7 +33,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_repr = "0.1.9"
zvariant = { path = "../zvariant", version = "3.10.0", default-features = false, features = ["enumflags2"] }
zbus_names = { path = "../zbus_names", version = "2.5" }
zbus_macros = { path = "../zbus_macros", version = "=3.9.0" }
zbus_macros = { path = "../zbus_macros", version = "=3.10.0" }
enumflags2 = { version = "0.7.5", features = ["serde"] }
serde-xml-rs = { version = "0.4.1", optional = true }
derivative = "2.2"
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 = "3.9.0"
version = "3.10.0"
authors = [
"Marc-André Lureau <[email protected]>",
"Zeeshan Ali Khan <[email protected]>",
Expand Down

0 comments on commit 37bd88d

Please sign in to comment.