Skip to content

Commit

Permalink
🔖 zvariant_utils 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zeenix committed Apr 30, 2024
1 parent a40b925 commit 04ac665
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"
syn = { version = "1.0.109", features = ["extra-traits", "fold", "full"] }
quote = "1.0.36"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.1" }

[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"
syn = { version = "1.0.109", features = ["extra-traits", "full"] }
quote = "1.0.36"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.1" }

[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 = "1.1.0"
version = "1.1.1"
authors = [
"Zeeshan Ali Khan <zeeshanak@gnome.org>",
"turbocooler <turbocooler@cocaine.ninja>",
Expand Down

0 comments on commit 04ac665

Please sign in to comment.