Releases: rinde/more_collections
Releases · rinde/more_collections
v0.14.2
Other
- Bump the cargo-dependencies group with 5 updates (#80)
v0.14.1
Added
- add serde support for VecMap (#65)
Other
- Remove unnecessary
Clone
bounds (#67)
v0.14.0
Changed
- [breaking] add blanket impl for IndexKey instead of macro on all usigned ints (#64)
- [breaking]
IndexSetMultimap.remove_*
and IndexVecMultimap.remove_*
have been removed in favor of *.shift_remove_*
and *.swap_remove_*
(#63)
Other
- Update rust to 1.79.0 (#61)