Skip to content

Commit

Permalink
update ahash (#2344)
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Apr 9, 2024
1 parent 92c3297 commit 1e9fc51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stacker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "term hashmap used for indexing"
[dependencies]
murmurhash32 = "0.3"
common = { version = "0.6", path = "../common/", package = "tantivy-common" }
ahash = { version = "0.8.3", default-features = false, optional = true }
ahash = { version = "0.8.11", default-features = false, optional = true }
rand_distr = "0.4.3"

[[bench]]
Expand Down

0 comments on commit 1e9fc51

Please sign in to comment.