Sourced from indexmap's changelog.
2.11.4 (2025-09-18)
- Updated the
hashbrowndependency to a range allowing 0.15 or 0.16.2.11.3 (2025-09-15)
- Make the minimum
serdeversion only apply when "serde" is enabled.2.11.2 (2025-09-15)
- Switched the "serde" feature to depend on
serde_core, improving build parallelism in cases where other dependents have enabled "serde/derive".2.11.1 (2025-09-08)
- Added a
get_key_value_mutmethod toIndexMap.- Removed the unnecessary
Ordbound oninsert_sorted_bymethods.2.11.0 (2025-08-22)
- Added
insert_sorted_byandinsert_sorted_by_keymethods toIndexMap,IndexSet, andVacantEntry, like customizable versions ofinsert_sorted.- Added
is_sorted,is_sorted_by, andis_sorted_by_keymethods toIndexMapandIndexSet, as well as theirSlicecounterparts.- Added
sort_by_keyandsort_unstable_by_keymethods toIndexMapandIndexSet, as well as parallel counterparts.- Added
replace_indexmethods toIndexMap,IndexSet, andVacantEntryto replace the key (or set value) at a given index.- Added optional
svalserialization support.
03f9e58
Merge pull request #418
from a1phyr/hashbrown_0.16ee6080d
Release 2.11.4a7da8f1
Use a range for hashbrown0cd5aef
Update hashbrown to 0.16fd5c819
Merge pull request #417
from cuviper/release-2.11.39321145
Release 2.11.37b48568
Merge pull request #416
from cuviper/release-2.11.249ce7fa
Release 2.11.258fd834
Merge pull request #414
from DaniPopes/serde_core5dc1d6a
Depend on serde_core instead of serde