]> git.proxmox.com Git - rustc.git/blobdiff - vendor/indexmap/README.rst
New upstream version 1.55.0+dfsg1
[rustc.git] / vendor / indexmap / README.rst
index 1cf5368bf0dde0820223975a8ce654da0d577be5..e4617f8efc42059fb2f3b5f0789efebf698a6f44 100644 (file)
@@ -12,8 +12,8 @@ indexmap
 .. |docs| image:: https://docs.rs/indexmap/badge.svg
 .. _docs: https://docs.rs/indexmap
 
-.. |rustc| image:: https://img.shields.io/badge/rust-1.36%2B-orange.svg
-.. _rustc: https://img.shields.io/badge/rust-1.36%2B-orange.svg
+.. |rustc| image:: https://img.shields.io/badge/rust-1.49%2B-orange.svg
+.. _rustc: https://img.shields.io/badge/rust-1.49%2B-orange.svg
 
 A pure-Rust hash table which preserves (in a limited sense) insertion order.
 
@@ -66,6 +66,12 @@ which is roughly:
 Recent Changes
 ==============
 
+- 1.7.0
+
+  - **MSRV**: Rust 1.49 or later is now required.
+
+  - The ``hashbrown`` dependency has been updated to version 0.11.
+
 - 1.6.2
 
   - Fixed to match ``std`` behavior, ``OccupiedEntry::key`` now references the