Skip to content

Commit 5386d2b

Browse files
committed
Release 1.8.0 instead
1 parent f090281 commit 5386d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

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

RELEASES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- 1.7.1
1+
- 1.8.0
22

33
- The new ``IndexMap::into_keys`` and ``IndexMap::into_values`` will consume
44
the map into keys or values, respectively, matching Rust 1.54's ``HashMap``

0 commit comments

Comments
 (0)