Skip to content

Commit

Permalink
Merge pull request #1249 from zeenix/releases
Browse files Browse the repository at this point in the history
Fresh releases
  • Loading branch information
zeenix authored Feb 5, 2025
2 parents 77d8bd3 + 7cb96dc commit 20e211d
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
14 changes: 7 additions & 7 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 = "5.3.1"
version = "5.4.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down Expand Up @@ -47,7 +47,7 @@ blocking-api = ["zbus_macros/blocking-api"]
serde_bytes = ["zvariant/serde_bytes"]

[dependencies]
zbus_macros = { path = "../zbus_macros", version = "=5.3.1" }
zbus_macros = { path = "../zbus_macros", version = "=5.4.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 = "5.3.1"
version = "5.4.0"
authors = [
"Marc-André Lureau <[email protected]>",
"Zeeshan Ali Khan <[email protected]>",
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 = "4.1.1"
version = "4.2.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion zbus_xmlgen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus_xmlgen"
version = "5.0.1"
version = "5.1.0"
authors = [
"Bilal Elmoussaoui <[email protected]>",
"Federico Mena Quintero <[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 = "5.2.0"
version = "5.3.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = { workspace = true }
rust-version = { workspace = true }
Expand All @@ -22,7 +22,7 @@ option-as-array = []
camino = ["dep:camino"]

[dependencies]
zvariant_derive = { version = "=5.2.0", path = "../zvariant_derive" }
zvariant_derive = { version = "=5.3.0", path = "../zvariant_derive" }
zvariant_utils = { version = "3.1.0", path = "../zvariant_utils" }
endi = "1.1.0"
serde = { version = "1.0.200", features = ["derive"] }
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 = "5.2.0"
version = "5.3.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = { workspace = true }
rust-version = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion zvariant_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zvariant_utils"
version = "3.1.0"
version = "3.2.0"
authors = [
"Zeeshan Ali Khan <[email protected]>",
"turbocooler <[email protected]>",
Expand Down

0 comments on commit 20e211d

Please sign in to comment.