Update Charabia version

This commit is contained in:
ManyTheFish
2023-02-01 15:23:25 +01:00
parent 2922c5c899
commit f4569b04ad
2 changed files with 14 additions and 3 deletions

View File

@ -9,7 +9,8 @@ bimap = { version = "0.6.2", features = ["serde"] }
bincode = "1.3.3"
bstr = "1.0.1"
byteorder = "1.4.3"
charabia = { version = "0.7.0", default-features = false }
# charabia = { version = "0.7.0", default-features = false }
charabia = { git = "https://github.com/meilisearch/charabia", branch = "fix-script-lang-serialization", default-features = false }
concat-arrays = "0.1.2"
crossbeam-channel = "0.5.6"
deserr = "0.1.4"