File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " indexmap"
3
3
edition = " 2021"
4
- version = " 2.8 .0"
4
+ version = " 2.9 .0"
5
5
documentation = " https://docs.rs/indexmap/"
6
6
repository = " https://github.com/indexmap-rs/indexmap"
7
7
license = " Apache-2.0 OR MIT"
Original file line number Diff line number Diff line change 1
1
# Releases
2
2
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
+
3
12
## 2.8.0 (2025-03-10)
4
13
5
14
- Added ` indexmap_with_default! ` and ` indexset_with_default! ` to be used with
You can’t perform that action at this time.
0 commit comments