Skip to content

Commit

Permalink
Merge pull request #1120 from zeenix/releases
Browse files Browse the repository at this point in the history
🔖 Prepare releases for all subcrates
  • Loading branch information
zeenix authored Nov 2, 2024
2 parents e08700a + 28269dd commit 74b880f
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 20 deletions.
16 changes: 8 additions & 8 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.0.1"
version = "5.1.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.80"
Expand Down Expand Up @@ -44,7 +44,7 @@ blocking-api = ["zbus_macros/blocking-api"]
serde_bytes = ["zvariant/serde_bytes"]

[dependencies]
zbus_macros = { path = "../zbus_macros", version = "=5.0.1" }
zbus_macros = { path = "../zbus_macros", version = "=5.1.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.0.1"
version = "5.1.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.0.0"
version = "4.1.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.80"
Expand Down
3 changes: 1 addition & 2 deletions zbus_xml/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "zbus_xml"
version = "5.0.0"
version = "5.0.1"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.80"
Expand Down Expand Up @@ -28,4 +28,3 @@ targets = ["x86_64-unknown-linux-gnu"]

[lints]
workspace = true

3 changes: 1 addition & 2 deletions 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.0"
version = "5.0.1"
authors = [
"Bilal Elmoussaoui <[email protected]>",
"Federico Mena Quintero <[email protected]>",
Expand Down Expand Up @@ -35,4 +35,3 @@ pretty_assertions = "1.4"

[lints]
workspace = true

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.0.1"
version = "5.1.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.80"
Expand All @@ -22,7 +22,7 @@ option-as-array = []
camino = ["dep:camino"]

[dependencies]
zvariant_derive = { version = "=5.0.1", path = "../zvariant_derive" }
zvariant_derive = { version = "=5.1.0", path = "../zvariant_derive" }
zvariant_utils = { version = "3.0.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.0.1"
version = "5.1.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.80"
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.0.1"
version = "3.0.2"
authors = [
"Zeeshan Ali Khan <[email protected]>",
"turbocooler <[email protected]>",
Expand Down

0 comments on commit 74b880f

Please sign in to comment.