Skip to content

Releases: rinde/more_collections

v0.14.2

09 Oct 14:11
e591023
Compare
Choose a tag to compare

Other

  • Bump the cargo-dependencies group with 5 updates (#80)

v0.14.1

16 Sep 13:02
946993b
Compare
Choose a tag to compare

Added

  • add serde support for VecMap (#65)

Other

  • Remove unnecessary Clone bounds (#67)

v0.14.0

14 Jun 15:57
d885a43
Compare
Choose a tag to compare

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)

v0.13.6

15 Apr 15:26
cf9ebe0
Compare
Choose a tag to compare

Other

  • bump deps (#59)