Skip to content

Commit

Permalink
🔖 zu: Release 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Jul 19, 2024
1 parent 8e3d2b3 commit f04baef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion 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_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ proc-macro2 = "1.0.81"
syn = { version = "2.0.64", features = ["extra-traits", "fold", "full"] }
quote = "1.0.36"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=2.0.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=2.1.0" }

[dev-dependencies]
zbus = { path = "../zbus" }
Expand Down
2 changes: 1 addition & 1 deletion zvariant_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ proc-macro2 = "1.0.81"
syn = { version = "2.0.64", features = ["extra-traits", "full"] }
quote = "1.0.36"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=2.0.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=2.1.0" }

[dev-dependencies]
zvariant = { path = "../zvariant", features = ["enumflags2"] }
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 = "2.0.0"
version = "2.1.0"
authors = [
"Zeeshan Ali Khan <zeeshanak@gnome.org>",
"turbocooler <turbocooler@cocaine.ninja>",
Expand Down

0 comments on commit f04baef

Please sign in to comment.