mattico / elasticlunr-rs

A partial port of elasticlunr to Rust. Intended to be used for generating compatible search indices.
Apache License 2.0
52 stars 23 forks source link

Update lindera and lindera-core #47

Closed uasi closed 2 years ago

uasi commented 2 years ago

Fixes https://github.com/mattico/elasticlunr-rs/issues/46

Due to the undocumented breaking change introduced in lindare-core v0.13.5^1, lindera \<0.14 and lindera-core >=0.13.5 are now incompatible.

mattico commented 2 years ago

Thanks! More than just lindera have started requiring the 2021 edition.

I've decided to change the MSRV to 1.56.1 for that reason. Tested this locally and fixed CI.