File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " indexmap"
33edition = " 2021"
4- version = " 2.8 .0"
4+ version = " 2.9 .0"
55documentation = " https://docs.rs/indexmap/"
66repository = " https://github.com/indexmap-rs/indexmap"
77license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 11# Releases
22
3+ ## 2.9.0 (2025-04-04)
4+
5+ - Added a ` get_disjoint_mut ` method to ` IndexMap ` , matching Rust 1.86's
6+ ` HashMap ` method.
7+ - Added a ` get_disjoint_indices_mut ` method to ` IndexMap ` and ` map::Slice ` ,
8+ matching Rust 1.86's ` get_disjoint_mut ` method on slices.
9+ - Deprecated the ` borsh ` feature in favor of their own ` indexmap ` feature,
10+ solving a cyclic dependency that occured via ` borsh-derive ` .
11+
312## 2.8.0 (2025-03-10)
413
514- Added ` indexmap_with_default! ` and ` indexset_with_default! ` to be used with
You can’t perform that action at this time.
0 commit comments