Skip to content

Commit

Permalink
Bump ZV version
Browse files Browse the repository at this point in the history
  • Loading branch information
dminor committed Dec 3, 2021
1 parent 7dd27c6 commit 4bbe117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/char16trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
serde = { version = "1.0", default-features = false, features = ["derive", "alloc"], optional = true }
zerovec = { version = "0.4", path = "../../utils/zerovec", features = ["serde", "yoke"] }
zerovec = { version = "0.5", path = "../../utils/zerovec", features = ["serde", "yoke"] }

[dev-dependencies]
toml = "0.5"
Expand Down

0 comments on commit 4bbe117

Please sign in to comment.