Sourced from indexmap's changelog.
2.9.0 (2025-04-04)
- Added a
get_disjoint_mut
method toIndexMap
, matching Rust 1.86'sHashMap
method.- Added a
get_disjoint_indices_mut
method toIndexMap
andmap::Slice
, matching Rust 1.86'sget_disjoint_mut
method on slices.- Deprecated the
borsh
feature in favor of their ownindexmap
feature, solving a cyclic dependency that occured viaborsh-derive
.
1818d41
Merge pull request #387
from cuviper/release-2.9.09f49983
Release 2.9.0582a90f
Merge pull request #386
from cuviper/de-borsh9011739
Deprecate the "borsh" feature0a836e8
Merge pull request #238
from NiklasJonsson/get_many_mut434d7ac
Avoid let-else for MSRV's sake5be552d
Implement additional suggestions from review4e1d8ce
Address review feedback5aec9ec
Implement get_disjoint_mut for arrays of keysd10de30
Merge pull request #385
from iajoiner/docs/macros