From 1a67163ee84c7f264fbe52ca466b3be6fbe54caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Renault?= Date: Wed, 1 Oct 2025 16:02:07 +0200 Subject: [PATCH] Use git cellulite 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 792c505db..3dcbcb146 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -19,7 +19,7 @@ bstr = "1.12.0" bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] } byteorder = "1.5.0" charabia = { version = "0.9.7", default-features = false } -cellulite = { version = "0.3.1-nested-rtxns", path = "../../../cellulite" } +cellulite = { version = "0.3.1-nested-rtxns", git = "https://github.com/meilisearch/cellulite", "branch" = "use-heed-nested-rtxns" } concat-arrays = "0.1.2" convert_case = "0.8.0" crossbeam-channel = "0.5.15"