Skip to content

Commit 74b880f

Browse files
authored
Merge pull request #1120 from zeenix/releases
πŸ”– Prepare releases for all subcrates
2 parents e08700a + 28269dd commit 74b880f

File tree

9 files changed

+18
-20
lines changed

9 files changed

+18
-20
lines changed

β€ŽCargo.lockβ€Ž

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žzbus/Cargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zbus"
3-
version = "5.0.1"
3+
version = "5.1.0"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.80"
@@ -44,7 +44,7 @@ blocking-api = ["zbus_macros/blocking-api"]
4444
serde_bytes = ["zvariant/serde_bytes"]
4545

4646
[dependencies]
47-
zbus_macros = { path = "../zbus_macros", version = "=5.0.1" }
47+
zbus_macros = { path = "../zbus_macros", version = "=5.1.0" }
4848
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
4949
"enumflags2",
5050
] }

β€Žzbus_macros/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
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 = "5.0.1"
4+
version = "5.1.0"
55
authors = [
66
"Marc-AndrΓ© Lureau <[email protected]>",
77
"Zeeshan Ali Khan <[email protected]>",

β€Žzbus_names/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zbus_names"
3-
version = "4.0.0"
3+
version = "4.1.0"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.80"

β€Žzbus_xml/Cargo.tomlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zbus_xml"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.80"
@@ -28,4 +28,3 @@ targets = ["x86_64-unknown-linux-gnu"]
2828

2929
[lints]
3030
workspace = true
31-

β€Žzbus_xmlgen/Cargo.tomlβ€Ž

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zbus_xmlgen"
3-
version = "5.0.0"
3+
version = "5.0.1"
44
authors = [
55
"Bilal Elmoussaoui <[email protected]>",
66
"Federico Mena Quintero <[email protected]>",
@@ -35,4 +35,3 @@ pretty_assertions = "1.4"
3535

3636
[lints]
3737
workspace = true
38-

β€Žzvariant/Cargo.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zvariant"
3-
version = "5.0.1"
3+
version = "5.1.0"
44
authors = ["Zeeshan Ali Khan <[email protected]>"]
55
edition = "2021"
66
rust-version = "1.80"
@@ -22,7 +22,7 @@ option-as-array = []
2222
camino = ["dep:camino"]
2323

2424
[dependencies]
25-
zvariant_derive = { version = "=5.0.1", path = "../zvariant_derive" }
25+
zvariant_derive = { version = "=5.1.0", path = "../zvariant_derive" }
2626
zvariant_utils = { version = "3.0.0", path = "../zvariant_utils" }
2727
endi = "1.1.0"
2828
serde = { version = "1.0.200", features = ["derive"] }

β€Žzvariant_derive/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
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 = "5.0.1"
4+
version = "5.1.0"
55
authors = ["Zeeshan Ali Khan <[email protected]>"]
66
edition = "2021"
77
rust-version = "1.80"

β€Žzvariant_utils/Cargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zvariant_utils"
3-
version = "3.0.1"
3+
version = "3.0.2"
44
authors = [
55
"Zeeshan Ali Khan <[email protected]>",
66
"turbocooler <[email protected]>",

0 commit comments

Comments
Β (0)