Skip to content

Commit

Permalink
🔖 zv: Relase 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Oct 17, 2024
1 parent 288f1b8 commit 3ae1919
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion zbus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ serde_bytes = ["zvariant/serde_bytes"]

[dependencies]
zbus_macros = { path = "../zbus_macros", version = "=4.4.0" }
zvariant = { path = "../zvariant", version = "4.2.0", default-features = false, features = [
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
"enumflags2",
] }
zbus_names = { path = "../zbus_names", version = "3.0" }
Expand Down
2 changes: 1 addition & 1 deletion zbus_names/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"

[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
zvariant = { path = "../zvariant", version = "4.0.0", default-features = false, features = [
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false, features = [
"enumflags2",
] }
static_assertions = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion zbus_xml/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ readme = "README.md"

[dependencies]
serde = { version = "1.0.200", features = ["derive"] }
zvariant = { path = "../zvariant", version = "4.0.0", default-features = false }
zvariant = { path = "../zvariant", version = "5.0.0", default-features = false }
zbus_names = { path = "../zbus_names", version = "3.0" }
quick-xml = { version = "0.36", features = ["serialize", "overlapped-lists"] }
static_assertions = "1.1.0"
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.2.0"
version = "5.0.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand All @@ -22,7 +22,7 @@ option-as-array = []
camino = ["dep:camino"]

[dependencies]
zvariant_derive = { version = "=4.2.0", path = "../zvariant_derive" }
zvariant_derive = { version = "=5.0.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 = "4.2.0"
version = "5.0.0"
authors = ["Zeeshan Ali Khan <[email protected]>"]
edition = "2021"
rust-version = "1.81"
Expand Down

0 comments on commit 3ae1919

Please sign in to comment.