We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6b677b commit e345f3aCopy full SHA for e345f3a
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.12.1"
+version = "2.13.0"
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,11 @@
# Releases
+## 2.13.0 (2026-01-07)
+
+- Implemented `Clone` for `IntoKeys` and `IntoValues`.
+- Added `map::Slice::split_at_checked` and `split_at_mut_checked`.
+- Added `set::Slice::split_at_checked`.
8
9
## 2.12.1 (2025-11-20)
10
11
- Simplified a lot of internals using `hashbrown`'s new bucket API.
0 commit comments