Skip to content

Commit

Permalink
Merge #292
Browse files Browse the repository at this point in the history
292: Upgrade Lindera to 0.31.0 r=ManyTheFish a=mosuka

# Pull Request

## What does this PR do?
- Upgrade Lindera to 0.31.0. Dictionary downloads have been made more stable.

## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?

Thank you so much for contributing to Meilisearch!


Co-authored-by: Minoru Osuka <minoru.osuka@gmail.com>
  • Loading branch information
meili-bors[bot] and mosuka authored May 29, 2024
2 parents 6b270fc + f0aa3cf commit 9234a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charabia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ once_cell = "1.19.0"
serde = "1.0"
slice-group-by = "0.3.1"
whatlang = "0.16.4"
lindera = { version = "=0.30.0", default-features = false, optional = true }
lindera = { version = "=0.31.0", default-features = false, optional = true }
pinyin = { version = "0.10", default-features = false, features = [
"with_tone",
], optional = true }
Expand Down

0 comments on commit 9234a07

Please # to comment.