Skip to content

Commit

Permalink
update ahash
Browse files Browse the repository at this point in the history
  • Loading branch information
PSeitz committed Apr 8, 2024
1 parent b644d78 commit ad0fd1d
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 ad0fd1d

Please sign in to comment.