Skip to content

Conversation

@congx4
Copy link
Contributor

@congx4 congx4 commented Dec 26, 2025

Description

Update more deps by running:


cargo upgrade --incompatible -p lindera-core -p lindera-dictionary -p lindera-tokenizer && cargo check --all-targets && cargo test

cargo upgrade --incompatible tikv-jemalloc-ctl -p tikv-jemallocator && cargo check --all-targets && cargo test

cargo upgrade --incompatible -p nom && cargo check --all-targets && cargo test

cargo upgrade --incompatible -p serde_json_borrow -p serde_qs && cargo check --all-targets && cargo test

How was this PR tested?


cargo check --all-targets && cargo test

make test-all

pub fn wtag<'a, Error: nom::error::ParseError<&'a str>>(
t: &'a str,
) -> impl FnMut(&'a str) -> IResult<&'a str, &'a str, Error> {
) -> impl Parser<&'a str, Output = &'a str, Error = Error> {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In nom 8.0, combinators return structs that implement the Parser trait, instead of returning closures.

@congx4 congx4 changed the title Congxie/bump version3 Update more deps Dec 26, 2025
@congx4 congx4 marked this pull request as ready for review December 26, 2025 21:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants