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 e6ac735 + 472c535 commit d3eb7cdCopy full SHA for d3eb7cd
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "indexmap"
3
-version = "1.3.0"
+version = "1.3.1"
4
authors = [
5
"bluss",
6
"Josh Stone <cuviper@gmail.com>"
@@ -30,7 +30,7 @@ build = "build.rs"
30
bench = false
31
32
[build-dependencies]
33
-autocfg = "0.1.6"
+autocfg = "1"
34
[dependencies]
35
serde = { version = "1.0", optional = true }
36
rayon = { version = "1.0", optional = true }
README.rst
@@ -86,6 +86,10 @@ which is roughly:
86
Recent Changes
87
==============
88
89
+- 1.3.1
90
+
91
+ - Maintenance update for formatting and ``autocfg`` 1.0.
92
93
- 1.3.0
94
95
- The deprecation messages in the previous version have been removed.
0 commit comments