Skip to content

Commit

Permalink
🔖 zv,zd: Release 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Feb 23, 2024
1 parent 3486cf8 commit 261f69e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

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.0.0"
version = "4.0.1"
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
edition = "2021"
rust-version = "1.75"
Expand All @@ -25,7 +25,7 @@ endi = "1.1.0"
serde = { version = "1.0", features = ["derive"] }
arrayvec = { version = "0.7.4", features = ["serde"], optional = true }
enumflags2 = { version = "0.7.9", features = ["serde"], optional = true }
zvariant_derive = { version = "=4.0.0", path = "../zvariant_derive" }
zvariant_derive = { version = "=4.0.1", path = "../zvariant_derive" }
serde_bytes = { version = "0.11", optional = true }
static_assertions = "1.1.0"
uuid = { version = "1.7.0", features = ["serde"], optional = true }
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.0.0"
version = "4.0.1"
authors = ["Zeeshan Ali Khan <zeeshanak@gnome.org>"]
edition = "2021"
rust-version = "1.75"
Expand Down

0 comments on commit 261f69e

Please sign in to comment.