Skip to content

Commit

Permalink
🔖 zb,zm,zv,zd: Release 3.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Feb 23, 2024
1 parent f1a124d commit d5fb2fb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.15.0"
version = "3.15.1"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2018"
rust-version = "1.64"
Expand Down Expand Up @@ -42,7 +42,7 @@ zvariant = { path = "../zvariant", version = "3.15.0", default-features = false,
"enumflags2",
] }
zbus_names = { path = "../zbus_names", version = "2.6" }
zbus_macros = { path = "../zbus_macros", version = "=3.15.0" }
zbus_macros = { path = "../zbus_macros", version = "=3.15.1" }
enumflags2 = { version = "0.7.7", 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.15.0"
version = "3.15.1"
authors = [
"Marc-André Lureau <[email protected]>",
"Zeeshan Ali Khan <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions zvariant/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zvariant"
version = "3.15.0"
version = "3.15.1"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2018"
rust-version = "1.64"
Expand All @@ -27,7 +27,7 @@ byteorder = "1.4.3"
serde = { version = "1.0", features = ["derive"] }
arrayvec = { version = "0.7.2", features = ["serde"], optional = true }
enumflags2 = { version = "0.7.7", features = ["serde"], optional = true }
zvariant_derive = { version = "=3.15.0", path = "../zvariant_derive" }
zvariant_derive = { version = "=3.15.1", path = "../zvariant_derive" }
serde_bytes = { version = "0.11", optional = true }
static_assertions = "1.1.0"
libc = "0.2.137"
Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "zvariant_derive"
# Keep major and minor version in sync with zvariant crate
version = "3.15.0"
version = "3.15.1"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2018"
rust-version = "1.64"
Expand Down

0 comments on commit d5fb2fb

Please sign in to comment.