Skip to content

Commit

Permalink
Merge pull request #600 from hamano/issue591
Browse files Browse the repository at this point in the history
fix segmentation for extended language
  • Loading branch information
bglw authored Apr 22, 2024
2 parents 802805e + 9bec1f5 commit f6f67d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pagefind/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ pagefind_stem = { version = "0.2.0", features = [
"yiddish",
] }
convert_case = "0.6.0"
charabia = { version = "0.7.0", optional = true }
charabia = { version = "0.8.8", optional = true, default-features = false, features = ["chinese", "japanese"] }
unicode-segmentation = "1.10.1"
emojis = "0.6.1"
hashbrown = { version = "0.13.1", features = ["serde"] }
Expand Down

0 comments on commit f6f67d5

Please sign in to comment.