Skip to content

Commit 8e47be8

Browse files
authored
Merge pull request #267 from cuviper/release-2.0.0
Release 2.0.0
2 parents b5b2814 + ad694fb commit 8e47be8

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "indexmap"
33
edition = "2021"
4-
version = "2.0.0-pre"
5-
publish = false
4+
version = "2.0.0"
65
documentation = "https://docs.rs/indexmap/"
76
repository = "https://github.com/bluss/indexmap"
87
license = "Apache-2.0 OR MIT"

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- 2.0.0 (pending)
1+
- 2.0.0
22

33
- **MSRV**: Rust 1.64.0 or later is now required.
44

0 commit comments

Comments
 (0)