diff --git a/Cargo.lock b/Cargo.lock index de5968d88..ab749c589 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1064,7 +1064,9 @@ dependencies = [ [[package]] name = "cellulite" -version = "0.1.0" +version = "0.1.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "a736cdbd78849f818b36d7c62e6226145ea18aa53de1ec7fc1669631521e3142" dependencies = [ "geo", "geo-types", diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index 1593d57db..7ee61a877 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -18,8 +18,8 @@ bincode = "1.3.3" bstr = "1.12.0" bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] } byteorder = "1.5.0" -cellulite = { path = "../../../cellulite" } -# cellulite = "0.1.0" +# cellulite = { path = "../../../cellulite" } +cellulite = "0.1.1" steppe = "0.4.0" charabia = { version = "0.9.6", default-features = false } concat-arrays = "0.1.2"