prepare for release

This commit is contained in:
Tamo
2025-07-23 18:21:26 +02:00
parent 4af3659179
commit bad5406095
2 changed files with 10 additions and 5 deletions

View File

@ -18,10 +18,9 @@ bincode = "1.3.3"
bstr = "1.12.0"
bytemuck = { version = "1.23.1", features = ["extern_crate_alloc"] }
byteorder = "1.5.0"
# cellulite = { git = "https://github.com/irevoire/cellulite", branch = "main"}
cellulite = { path = "../../../cellulite" }
steppe = { path = "../../../steppe" }
# steppe = "0.3.0"
# cellulite = { path = "../../../cellulite" }
cellulite = "0.1.0"
steppe = "0.4.0"
charabia = { version = "0.9.6", default-features = false }
concat-arrays = "0.1.2"
convert_case = "0.8.0"