diff --git a/Cargo.toml b/Cargo.toml index c2443c48..14877a91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,7 @@ [package] name = "indexmap" edition = "2021" -version = "2.0.0-pre" -publish = false +version = "2.0.0" documentation = "https://docs.rs/indexmap/" repository = "https://github.com/bluss/indexmap" license = "Apache-2.0 OR MIT" diff --git a/RELEASES.md b/RELEASES.md index fa460594..1fe5ad89 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,4 +1,4 @@ -- 2.0.0 (pending) +- 2.0.0 - **MSRV**: Rust 1.64.0 or later is now required.