mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-06 12:46:31 +00:00
Use a more feature-full Hannoy version
This commit is contained in:
committed by
Louis Dureuil
parent
27550dafad
commit
e50f970ab8
@ -88,7 +88,7 @@ rhai = { version = "1.22.2", features = [
|
||||
"sync",
|
||||
] }
|
||||
arroy = "0.6.1"
|
||||
hannoy = { git = "https://github.com/nnethercott/hannoy", tag = "v0.0.1" }
|
||||
hannoy = { git = "https://github.com/Kerollmops/hannoy", branch = "release-0.0.2" }
|
||||
rand = "0.8.5"
|
||||
tracing = "0.1.41"
|
||||
ureq = { version = "2.12.1", features = ["json"] }
|
||||
|
Reference in New Issue
Block a user