Skip to content

Commit

Permalink
Merge pull request #653 from zeenix/unpin-zv_utils
Browse files Browse the repository at this point in the history
📌 zm,zd: Unpin zvariant_utils version in Cargo.toml files
  • Loading branch information
zeenix authored Feb 23, 2024
2 parents d95f9ed + 7955bc2 commit 3486cf8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zbus_macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ syn = { version = "1.0.109", features = ["extra-traits", "fold", "full"] }
quote = "1.0.35"
proc-macro-crate = "3.1.0"
regex = "1.10.3"
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }
zvariant_utils = { path = "../zvariant_utils", version = "1.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"
syn = { version = "1.0.109", features = ["extra-traits", "full"] }
quote = "1.0.35"
proc-macro-crate = "3.1.0"
zvariant_utils = { path = "../zvariant_utils", version = "=1.1.0" }
zvariant_utils = { path = "../zvariant_utils", version = "1.1.0" }

[dev-dependencies]
zvariant = { path = "../zvariant", features = ["enumflags2"] }
Expand Down

0 comments on commit 3486cf8

Please sign in to comment.