From 38141de68df091a1d75e760b98bd1d356d887ea5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 1 Oct 2025 16:01:58 +0200 Subject: [PATCH] Use local heed in case --- crates/milli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 11792c8a4..792c505db 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -34,7 +34,7 @@ grenad = { version = "0.5.0", default-features = false, features = [ "rayon", "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-bincode", ] }