mirror of
https://github.com/openharmony/third_party_rust_indexmap.git
synced 2026-07-01 20:54:05 -04:00
Release 1.9.1
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user