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.
1 parent 7f80229 commit 5340049Copy full SHA for 5340049
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2021"
4
-version = "2.5.0"
+version = "2.6.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,10 @@
# Releases
+## 2.6.0
+
+- Implemented `Clone` for `map::IntoIter` and `set::IntoIter`.
+- Updated the `hashbrown` dependency to version 0.15.
8
## 2.5.0
9
10
- Added an `insert_before` method to `IndexMap` and `IndexSet`, as an
0 commit comments