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", ] }