We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6245ee5 commit a96b9c7Copy full SHA for a96b9c7
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.12.0"
+version = "2.12.1"
5
documentation = "https://docs.rs/indexmap/"
6
repository = "https://github.com/indexmap-rs/indexmap"
7
license = "Apache-2.0 OR MIT"
RELEASES.md
@@ -1,5 +1,9 @@
# Releases
+## 2.12.1 (2025-11-20)
+
+- Simplified a lot of internals using `hashbrown`'s new bucket API.
## 2.12.0 (2025-10-17)
8
9
- **MSRV**: Rust 1.82.0 or later is now required.
0 commit comments