Release 1.9.1

This commit is contained in:
Josh Stone
2022-06-21 10:37:14 -07:00
parent 8ffea8ef2d
commit d088c60db9
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -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"
+6
View File
@@ -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.