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 b000693 commit 083f5a7Copy full SHA for 083f5a7
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "indexmap"
3
edition = "2018"
4
-version = "1.5.2"
+version = "1.6.0"
5
authors = [
6
"bluss",
7
"Josh Stone <cuviper@gmail.com>"
README.rst
@@ -66,10 +66,12 @@ which is roughly:
66
Recent Changes
67
==============
68
69
-- Unreleased
+- 1.6.0
70
71
- **MSRV**: Rust 1.36 or later is now required.
72
73
+ - The ``hashbrown`` dependency has been updated to version 0.9.
74
+
75
- 1.5.2
76
77
- The new "std" feature will force the use of ``std`` for users that explicitly
0 commit comments