Skip to content

Commit d3eb7cd

Browse files
authored
Merge pull request #111 from cuviper/autocfg-1
Upgrade to autocfg 1
2 parents e6ac735 + 472c535 commit d3eb7cd

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indexmap"
3-
version = "1.3.0"
3+
version = "1.3.1"
44
authors = [
55
"bluss",
66
"Josh Stone <cuviper@gmail.com>"
@@ -30,7 +30,7 @@ build = "build.rs"
3030
bench = false
3131

3232
[build-dependencies]
33-
autocfg = "0.1.6"
33+
autocfg = "1"
3434
[dependencies]
3535
serde = { version = "1.0", optional = true }
3636
rayon = { version = "1.0", optional = true }

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ which is roughly:
8686
Recent Changes
8787
==============
8888

89+
- 1.3.1
90+
91+
- Maintenance update for formatting and ``autocfg`` 1.0.
92+
8993
- 1.3.0
9094

9195
- The deprecation messages in the previous version have been removed.

0 commit comments

Comments
 (0)