Use local heed in case

This commit is contained in:
Clément Renault
2025-10-01 16:01:58 +02:00
parent 7a98b80687
commit 38141de68d

View File

@@ -34,7 +34,7 @@ grenad = { version = "0.5.0", default-features = false, features = [
"rayon", "rayon",
"tempfile", "tempfile",
] } ] }
heed = { version = "0.22.1-nested-rtxns", default-features = false, features = [ heed = { version = "0.22.1-nested-rtxns", path = "../../../heed/heed", default-features = false, features = [
"serde-json", "serde-json",
"serde-bincode", "serde-bincode",
] } ] }