Compare commits

...

1 Commits

Author SHA1 Message Date
Kerollmops
2358dd7f40 Bump hannoy to v0.1.1 2025-12-11 09:37:22 +01:00
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -2698,9 +2698,9 @@ dependencies = [
[[package]]
name = "hannoy"
version = "0.1.0-nested-rtxns"
version = "0.1.1-nested-rtxns"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be82bf3f2108ddc8885e3d306fcd7f4692066bfe26065ca8b42ba417f3c26dd1"
checksum = "a6dc795dd70b98ef5afdee133db91be022c87f1a7232fe9a715a5fc7e275a1cc"
dependencies = [
"bytemuck",
"byteorder",

View File

@@ -91,7 +91,7 @@ rhai = { version = "1.23.6", features = [
"sync",
] }
arroy = "0.6.4-nested-rtxns"
hannoy = { version = "0.1.0-nested-rtxns", features = ["arroy"] }
hannoy = { version = "0.1.1-nested-rtxns", features = ["arroy"] }
rand = "0.8.5"
tracing = "0.1.41"
ureq = { version = "2.12.1", features = ["json"] }