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 b46a32a commit db43f19Copy full SHA for db43f19
RELEASES.md
@@ -1,5 +1,13 @@
1
# Releases
2
3
+## 2.12.0 (2025-10-17)
4
+
5
+- **MSRV**: Rust 1.82.0 or later is now required.
6
+- Updated the `hashbrown` dependency to 0.16 alone.
7
+- Error types now implement `core::error::Error`.
8
+- Added `pop_if` methods to `IndexMap` and `IndexSet`, similar to the
9
+ method for `Vec` added in Rust 1.86.
10
11
## 2.11.4 (2025-09-18)
12
13
- Updated the `hashbrown` dependency to a range allowing 0.15 or 0.16.
0 commit comments