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 58fd834 + 49ce7fa commit 7b48568Copy full SHA for 7b48568
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.11.1"
+version = "2.11.2"
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.11.2 (2025-09-15)
+
+- Switched the "serde" feature to depend on `serde_core`, improving build
+ parallelism in cases where other dependents have enabled "serde/derive".
8
## 2.11.1 (2025-09-08)
9
10
- Added a `get_key_value_mut` method to `IndexMap`.
0 commit comments