Releases: kyren/hashlink
Releases · kyren/hashlink
v0.9.1
- Bugfix:
LruCache::contains_key
should take&self
and not move the entry as
though it is accessed. - Add basic
CursorMut
API toHashMap
(thanks @olebedev!) - Bump
hashbrown
dependency to depend on a version ofhashbrown
past a
downstreamzerocopy
dependency. - Don't depend on default features of
hashbrown
, removesallocator-api2
dependency.