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

deps: constrain linked-hash-map to >=0.5.3 #51

Closed jmagnuson closed 2 years ago

jmagnuson commented 3 years ago

Fixes uninitialized panic issue found in earlier versions.

Fixes #50