contain-rs / lru-cache

A cache that holds a limited number of key-value pairs
https://contain-rs.github.io/lru-cache/lru_cache/
Apache License 2.0
83 stars 36 forks source link

Version on crates.io 8 months old #35

Closed rphmeier closed 7 years ago

rphmeier commented 7 years ago

Please publish some of the latest changes to crates.io. I've been forced to set the dependency to point to the github repository for the time being in my project in order to use remove_lru.

apasel422 commented 7 years ago

I'll get to this this evening.

apasel422 commented 7 years ago

Published as 0.1.0.

rphmeier commented 7 years ago

Thanks!