ritchie46 / lsh-rs

Locality Sensitive Hashing in Rust with Python bindings
MIT License
109 stars 20 forks source link

Upgrade `rusqlite` to `0.25.3` #12

Closed pixelami closed 3 years ago

pixelami commented 3 years ago

Upgrades rusqlite to 0.25.3 and fixes deprecation warnings caused by the upgrade. Also removes a couple of unused dependencies (as reported by linter).

ritchie46 commented 3 years ago

Nice, thanks!