We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb520a7 commit f61b581Copy full SHA for f61b581
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.7.0"
+version = "2.7.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,10 @@
# Releases
+## 2.7.1 (2025-01-19)
+
+- Added `#[track_caller]` to functions that may panic.
+- Improved memory reservation for `insert_entry`.
8
## 2.7.0 (2024-11-30)
9
10
- Added methods `Entry::insert_entry` and `VacantEntry::insert_entry`, returning
0 commit comments