Switch to hannoy with support for deletions

This commit is contained in:
Clément Renault
2025-08-07 12:03:24 +02:00
parent 5780197ab5
commit 0760a506eb
2 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,7 @@ rhai = { version = "1.22.2", features = [
"sync",
] }
arroy = "0.6.1"
hannoy = { git = "https://github.com/nnethercott/hannoy", rev = "cab22c0" }
hannoy = { git = "https://github.com/nnethercott/hannoy", branch = "main" }
rand = "0.8.5"
tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] }