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.
2 parents d21826c + 4ef06a7 commit bcd165bCopy full SHA for bcd165b
1 file changed
RELEASES.md
@@ -1,5 +1,12 @@
1
# Releases
2
3
+## 2.14.0 (2026-04-09)
4
+
5
+- **MSRV**: Rust 1.85.0 or later is now required.
6
+- Updated the `hashbrown` dependency to 0.17.
7
+- Made more `map::Slice` methods `const`: `new_mut`, `first_mut`, `last_mut`,
8
+ `split_at_mut`, `split_at_mut_checked`, `split_first_mut`, `split_last_mut`
9
10
## 2.13.1 (2026-04-02)
11
12
- Made some `Slice` methods `const`:
0 commit comments