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
82 stars 36 forks source link

Replace deprecated `HashState` with `BuildHasher`. #22

Closed zonyitoo closed 8 years ago

zonyitoo commented 8 years ago

Also fixed #20 . Depend on linked-hash-map of v0.0.8

FlashCat commented 8 years ago

r? @Gankro

(I've picked a reviewer for you, use r? to override)

apasel422 commented 8 years ago

Thanks! I'll push a new version of this to crates.io later today.

zonyitoo commented 8 years ago

Thank you very much.

apasel422 commented 8 years ago

This was published to crates.io as 0.0.6.