File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ 0.9.1]
2+ - Bugfix: ` LruCache::contains_key ` should take ` &self ` and not move the entry as
3+ though it is accessed.
4+ - Add basic ` CursorMut ` API to ` HashMap ` (thanks @olebedev !)
5+ - Bump ` hashbrown ` dependency to depend on a version of ` hashbrown ` past a
6+ downstream ` zerocopy ` dependency.
7+ - Don't depend on default features of ` hashbrown ` , removes ` allocator-api2 `
8+ dependency.
9+
110## [ 0.9.0]
211- API incompatible change: Don't panic in ` reserve ` and ` try_reserve ` in cases
312 where a rehash is needed. Previously would panic, adds the proper bounds on
413 reserve methods to do a rehash (previously bounds were missing, and reserve
5- would result in panics). (Thank you @cuviper )
14+ would result in panics). (Thank you @cuviper ! )
615
716## [ 0.8.4]
817- Now builds with ` #![no_std] ` .
Original file line number Diff line number Diff line change 11[package ]
22name = " hashlink"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [
" kyren <[email protected] >" ]
55edition = " 2018"
66description = " HashMap-like containers that hold their key-value pairs in a user controllable order"
You can’t perform that action at this time.
0 commit comments