yaa110 / rake-rs

Multilingual implementation of RAKE algorithm for Rust
https://crates.io/crates/rake
Apache License 2.0
33 stars 8 forks source link

remove lazy_static dependency #6

Closed dten closed 4 years ago

dten commented 4 years ago

Was getting version requirement clashes with some crates wanting lazy_static 1.4.0 and this wanting 1.3.0 Thought i'd come bump the version but it seems more like it's not even required with a few internal changes.

yaa110 commented 4 years ago

Thanks