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 deps #42

Closed Keats closed 2 years ago

Keats commented 2 years ago

ping @mattico

mattico commented 2 years ago

Sorry about the slow response!

I suppose changing the versions of traits implemented on public types is technically a breaking change. Though I haven't been strict about that in the past, and I doubt it would cause anyone any problems in practice. I think I'm going to just remove strum entirely in a 3.0.0 release since it's a relatively big dependency that doesn't add much for us. I want to have fewer dependencies as something that goes into mdbook, which goes into rustc, which goes into Debian, whose packagers have difficulty with so many packages.

Keats commented 2 years ago

Sounds good!

mattico commented 2 years ago

This was included in #45, thanks!