Skip to content

Commit 03f9e58

Browse files
authored
Merge pull request #418 from a1phyr/hashbrown_0.16
Update `hashbrown` to a range allowing 0.15 or 0.16
2 parents fd5c819 + ee6080d commit 03f9e58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
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"
@@ -26,7 +26,7 @@ sval = { version = "2", optional = true, default-features = false }
2626
borsh = { version = "1.2", optional = true, default-features = false }
2727

2828
[dependencies.hashbrown]
29-
version = "0.15.0"
29+
version = ">= 0.15.0, < 0.17.0"
3030
default-features = false
3131

3232
# serde v1.0.220 is the first version that released with `serde_core`.

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)