Use a more feature-full Hannoy version

This commit is contained in:
Kerollmops
2025-07-30 09:39:55 +02:00
parent 684a05e1c3
commit e25375b3da
2 changed files with 2 additions and 7 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", 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"] }