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 b10b273 + ab5c2df commit dd06e57Copy full SHA for dd06e57
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.7.1"
+version = "2.8.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,12 @@
# Releases
+## 2.8.0 (2025-03-10)
+
+- Added `indexmap_with_default!` and `indexset_with_default!` to be used with
+ alternative hashers, especially when using the crate without `std`.
+- Implemented `PartialEq` between each `Slice` and `[]`/arrays.
8
+- Removed the internal `rustc-rayon` feature and dependency.
9
10
## 2.7.1 (2025-01-19)
11
12
- Added `#[track_caller]` to functions that may panic.
0 commit comments