Skip to content

Commit

Permalink
➕ zu: Add a direct dep on winnow
Browse files Browse the repository at this point in the history
We already depend on it indirectly so it's not exactly a new dependency
and it will help us optimize signature parsing and remove the `nom`
dependency in a following commit.
  • Loading branch information
zeenix committed Oct 20, 2024
1 parent 32bd4d0 commit d06ea47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions zvariant_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ quote = "1.0.36"
static_assertions = "1.1.0"
serde = "1.0.200"
nom = "7"
winnow = "0.6"

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

0 comments on commit d06ea47

Please sign in to comment.