implement the upgrade from v1.10 to v1.11 in meilitool

This commit is contained in:
Tamo 2024-10-29 02:46:14 +01:00
parent 362836efb7
commit ddd03e9b37
6 changed files with 150 additions and 25 deletions

View file

@ -15,7 +15,7 @@ license.workspace = true
bimap = { version = "0.6.3", features = ["serde"] }
bincode = "1.3.3"
bstr = "1.9.1"
bytemuck = { version = "1.16.1", features = ["extern_crate_alloc"] }
bytemuck = { version = "1.18.0", features = ["extern_crate_alloc"] }
byteorder = "1.5.0"
charabia = { version = "0.9.1", default-features = false }
concat-arrays = "0.1.2"