From 3f6cdde72a11d0ea6ae8787346a725e762886c18 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 21 Jun 2022 10:37:14 -0700 Subject: [PATCH] Release 1.9.1 --- Cargo.toml | 2 +- RELEASES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b75c9a5d..1ecd8ba2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "indexmap" edition = "2021" -version = "1.9.0" +version = "1.9.1" 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 ef33190e..5b1d23a1 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,9 @@ +- 1.9.1 + + - The MSRV now allows Rust 1.56.0 as well. However, currently `hashbrown` + 0.12.1 requires 1.56.1, so users on 1.56.0 should downgrade that to 0.12.0 + until there is a later published version relaxing its requirement. + - 1.9.0 - **MSRV**: Rust 1.56.1 or later is now required.