Skip to content

Commit

Permalink
Merge pull request #907 from zeenix/releases
Browse files Browse the repository at this point in the history
🔖 zvariant_utils, zvariant and zbus releases
  • Loading branch information
zeenix authored Jul 19, 2024
2 parents 8e3d2b3 + d63fea2 commit 51ed473
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions zbus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus"
version = "4.3.1"
version = "4.4.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand Down Expand Up @@ -41,11 +41,11 @@ tokio-vsock = ["dep:tokio-vsock", "tokio"]
[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
serde_repr = "0.1.19"
zvariant = { path = "../zvariant", version = "4.1.1", default-features = false, features = [
zvariant = { path = "../zvariant", version = "4.2.0", default-features = false, features = [
"enumflags2",
] }
zbus_names = { path = "../zbus_names", version = "3.0" }
zbus_macros = { path = "../zbus_macros", version = "=4.3.1" }
zbus_macros = { path = "../zbus_macros", version = "=4.4.0" }
enumflags2 = { version = "0.7.9", features = ["serde"] }
async-io = { version = "2.3.2", optional = true }
futures-core = "0.3.30"
Expand Down
4 changes: 2 additions & 2 deletions 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 = "4.3.1"
version = "4.4.0"
authors = [
"Marc-André Lureau <[email protected]>",
"Zeeshan Ali Khan <[email protected]>",
Expand All @@ -24,7 +24,7 @@ proc-macro2 = "1.0.81"
syn = { version = "2.0.64", features = ["extra-traits", "fold", "full"] }
quote = "1.0.36"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=2.0.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=2.1.0" }

[dev-dependencies]
zbus = { path = "../zbus" }
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 = "4.1.2"
version = "4.2.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand All @@ -25,7 +25,7 @@ endi = "1.1.0"
serde = { version = "1.0.200", features = ["derive"] }
arrayvec = { version = "0.7.4", features = ["serde"], optional = true }
enumflags2 = { version = "0.7.9", features = ["serde"], optional = true }
zvariant_derive = { version = "=4.1.2", path = "../zvariant_derive" }
zvariant_derive = { version = "=4.2.0", path = "../zvariant_derive" }
serde_bytes = { version = "0.11.14", optional = true }
static_assertions = "1.1.0"
uuid = { version = "1.8.0", features = ["serde"], optional = true }
Expand Down
4 changes: 2 additions & 2 deletions 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 = "4.1.2"
version = "4.2.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.75"
Expand All @@ -21,7 +21,7 @@ proc-macro2 = "1.0.81"
syn = { version = "2.0.64", features = ["extra-traits", "full"] }
quote = "1.0.36"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=2.0.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=2.1.0" }

[dev-dependencies]
zvariant = { path = "../zvariant", features = ["enumflags2"] }
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 = "2.0.0"
version = "2.1.0"
authors = [
"Zeeshan Ali Khan <[email protected]>",
"turbocooler <[email protected]>",
Expand Down

0 comments on commit 51ed473

Please sign in to comment.