diff --git a/milli/Cargo.toml b/milli/Cargo.toml index 0e0cee595..880dceeb6 100644 --- a/milli/Cargo.toml +++ b/milli/Cargo.toml @@ -16,7 +16,7 @@ bimap = { version = "0.6.3", features = ["serde"] } bincode = "1.3.3" bstr = "1.4.0" byteorder = "1.4.3" -charabia = { version = "0.7.1", default-features = false } +charabia = { version = "0.7.2", default-features = false } concat-arrays = "0.1.2" crossbeam-channel = "0.5.8" deserr = "0.5.0" @@ -89,3 +89,6 @@ korean = ["charabia/korean"] # allow thai specialized tokenization thai = ["charabia/thai"] + +# allow greek specialized tokenization +greek = []