Skip to content

Commit 6f7efc9

Browse files
authored
Merge pull request #878 from zeenix/releases
Prep zbus 4.3.1 & zvariant 4.1.2 releases
2 parents c8907b0 + d0aa313 commit 6f7efc9

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

zbus/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zbus"
3-
version = "4.3.0"
3+
version = "4.3.1"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.75"
@@ -44,7 +44,7 @@ zvariant = { path = "../zvariant", version = "4.1.1", default-features = false,
4444
"enumflags2",
4545
] }
4646
zbus_names = { path = "../zbus_names", version = "3.0" }
47-
zbus_macros = { path = "../zbus_macros", version = "=4.3.0" }
47+
zbus_macros = { path = "../zbus_macros", version = "=4.3.1" }
4848
enumflags2 = { version = "0.7.9", features = ["serde"] }
4949
async-io = { version = "2.3.2", optional = true }
5050
futures-core = "0.3.30"

zbus_macros/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zbus_macros"
33
# Keep version in sync with zbus crate
4-
version = "4.3.0"
4+
version = "4.3.1"
55
authors = [
66
"Marc-André Lureau <[email protected]>",
77
"Zeeshan Ali Khan <[email protected]>",

zvariant/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zvariant"
3-
version = "4.1.1"
3+
version = "4.1.2"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.75"
@@ -25,7 +25,7 @@ endi = "1.1.0"
2525
serde = { version = "1.0.200", features = ["derive"] }
2626
arrayvec = { version = "0.7.4", features = ["serde"], optional = true }
2727
enumflags2 = { version = "0.7.9", features = ["serde"], optional = true }
28-
zvariant_derive = { version = "=4.1.1", path = "../zvariant_derive" }
28+
zvariant_derive = { version = "=4.1.2", path = "../zvariant_derive" }
2929
serde_bytes = { version = "0.11.14", optional = true }
3030
static_assertions = "1.1.0"
3131
uuid = { version = "1.8.0", features = ["serde"], optional = true }

zvariant_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "zvariant_derive"
33
# Keep major and minor version in sync with zvariant crate
4-
version = "4.1.1"
4+
version = "4.1.2"
55
authors = ["Zeeshan Ali Khan <[email protected]>"]
66
edition = "2021"
77
rust-version = "1.75"

0 commit comments

Comments
 (0)