Skip to content

Commit ee6080d

Browse files
committed
Release 2.11.4
1 parent a7da8f1 commit ee6080d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Cargo.toml

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

RELEASES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 2.11.4 (2025-09-18)
4+
5+
- Updated the `hashbrown` dependency to a range allowing 0.15 or 0.16.
6+
37
## 2.11.3 (2025-09-15)
48

59
- Make the minimum `serde` version only apply when "serde" is enabled.

0 commit comments

Comments
 (0)