Skip to content

Commit 5340049

Browse files
committed
Release 2.6.0
1 parent 7f80229 commit 5340049

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2021"
4-
version = "2.5.0"
4+
version = "2.6.0"
55
documentation = "https://docs.rs/indexmap/"
66
repository = "https://github.com/indexmap-rs/indexmap"
77
license = "Apache-2.0 OR MIT"

RELEASES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## 2.6.0
4+
5+
- Implemented `Clone` for `map::IntoIter` and `set::IntoIter`.
6+
- Updated the `hashbrown` dependency to version 0.15.
7+
38
## 2.5.0
49

510
- Added an `insert_before` method to `IndexMap` and `IndexSet`, as an

0 commit comments

Comments
 (0)