Use a more feature-full Hannoy version

This commit is contained in:
Kerollmops
2025-07-30 09:39:55 +02:00
committed by Louis Dureuil
parent 3bc192ae52
commit 203418ae49
2 changed files with 2 additions and 7 deletions

7
Cargo.lock generated
View File

@ -2604,23 +2604,18 @@ dependencies = [
[[package]] [[package]]
name = "hannoy" name = "hannoy"
version = "0.0.1" version = "0.0.1"
source = "git+https://github.com/nnethercott/hannoy?tag=v0.0.1#d51750cd5612b6875375f5f4ad3928c87d55ee38" source = "git+https://github.com/Kerollmops/hannoy?branch=release-0.0.2#f016685623dadf20bd75df0748b45643d326b146"
dependencies = [ dependencies = [
"bytemuck", "bytemuck",
"byteorder", "byteorder",
"enum-iterator",
"hashbrown 0.15.4", "hashbrown 0.15.4",
"heed", "heed",
"memmap2",
"min-max-heap", "min-max-heap",
"nohash",
"ordered-float 5.0.0",
"page_size", "page_size",
"papaya", "papaya",
"rand 0.8.5", "rand 0.8.5",
"rayon", "rayon",
"roaring", "roaring",
"tempfile",
"thiserror 2.0.12", "thiserror 2.0.12",
"tinyvec", "tinyvec",
"tracing", "tracing",

View File

@ -88,7 +88,7 @@ rhai = { version = "1.22.2", features = [
"sync", "sync",
] } ] }
arroy = "0.6.1" 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" rand = "0.8.5"
tracing = "0.1.41" tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] } ureq = { version = "2.12.1", features = ["json"] }