Skip to content

Commit 9f49983

Browse files
committed
Release 2.9.0
1 parent 582a90f commit 9f49983

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2021"
4-
version = "2.8.0"
4+
version = "2.9.0"
55
documentation = "https://docs.rs/indexmap/"
66
repository = "https://github.com/indexmap-rs/indexmap"
77
license = "Apache-2.0 OR MIT"

RELEASES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

0 commit comments

Comments
 (0)