Releases: rinde/more_collections
Releases · rinde/more_collections
v0.14.3
Other
- bump serde from 1.0.214 to 1.0.215 in the cargo group (#91)
- bump serde from 1.0.213 to 1.0.214 in the cargo group (#90)
- bump the cargo group with 2 updates (#89)
- bump derive_more from 0.99.18 to 1.0.0 in the cargo group (#86)
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)