From 3a7f9b56fe5b6a328a2f84624516f8b804b1f56f Mon Sep 17 00:00:00 2001 From: Tamo Date: Tue, 23 Sep 2025 11:24:20 +0200 Subject: [PATCH] update cellulite --- Cargo.lock | 10 +++++++--- crates/milli/Cargo.toml | 3 +-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 661046953..a48b3c327 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1075,7 +1075,9 @@ dependencies = [ [[package]] name = "cellulite" -version = "0.2.0" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "71a41aa2cd021bc3f23d97cc1e645848ca8c279fc757d1570ba7fe7ddc021290" dependencies = [ "crossbeam", "geo", @@ -1090,7 +1092,7 @@ dependencies = [ "steppe", "thiserror 2.0.16", "thread_local", - "zerometry 0.2.0", + "zerometry 0.3.0", ] [[package]] @@ -7995,7 +7997,9 @@ dependencies = [ [[package]] name = "zerometry" -version = "0.2.0" +version = "0.3.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "98b0a5d1e9bcbcf001a32521554bfd84af825a23805fdc0fa000a9b4eefb988e" dependencies = [ "bytemuck", "byteorder", diff --git a/crates/milli/Cargo.toml b/crates/milli/Cargo.toml index c045fd62f..b5b770bc4 100644 --- a/crates/milli/Cargo.toml +++ b/crates/milli/Cargo.toml @@ -19,8 +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 = { git = "https://github.com/irevoire/cellulite", branch = "main"} -cellulite = { path = "../../../cellulite" } +cellulite = "0.3.0" concat-arrays = "0.1.2" convert_case = "0.8.0" crossbeam-channel = "0.5.15"