Merge pull request #181 from cuviper/hashbrown-0.11

Update to hashbrown 0.11 (MSRV 1.49)
This commit is contained in:
Josh Stone
2021-06-29 11:15:48 -07:00
committed by GitHub
4 changed files with 13 additions and 7 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.36.0 # MSRV
- rust: 1.49.0 # MSRV
features:
- rust: stable
features: serde
@@ -57,7 +57,7 @@ jobs:
strategy:
matrix:
include:
- rust: 1.36.0
- rust: 1.49.0
target: thumbv6m-none-eabi
- rust: stable
target: thumbv6m-none-eabi
+2 -2
View File
@@ -1,7 +1,7 @@
[package]
name = "indexmap"
edition = "2018"
version = "1.6.2"
version = "1.7.0"
authors = [
"bluss",
"Josh Stone <cuviper@gmail.com>"
@@ -37,7 +37,7 @@ serde = { version = "1.0", optional = true, default-features = false }
rayon = { version = "1.2", optional = true }
[dependencies.hashbrown]
version = "0.9.1"
version = "0.11"
default-features = false
features = ["raw"]
+8 -2
View 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
+1 -1
View File
@@ -53,7 +53,7 @@
//!
//! ### Rust Version
//!
//! This version of indexmap requires Rust 1.36 or later.
//! This version of indexmap requires Rust 1.49 or later.
//!
//! The indexmap 1.x release series will use a carefully considered version
//! upgrade policy, where in a later 1.x version, we will raise the minimum