Skip to content

Commit 083f5a7

Browse files
committed
Version 1.6.0
1 parent b000693 commit 083f5a7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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 = "2018"
4-
version = "1.5.2"
4+
version = "1.6.0"
55
authors = [
66
"bluss",
77
"Josh Stone <cuviper@gmail.com>"

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ which is roughly:
6666
Recent Changes
6767
==============
6868

69-
- Unreleased
69+
- 1.6.0
7070

7171
- **MSRV**: Rust 1.36 or later is now required.
7272

73+
- The ``hashbrown`` dependency has been updated to version 0.9.
74+
7375
- 1.5.2
7476

7577
- The new "std" feature will force the use of ``std`` for users that explicitly

0 commit comments

Comments
 (0)