mirror of
https://github.com/openharmony/third_party_rust_indexmap.git
synced 2026-07-01 20:54:05 -04:00
Bump MSRV to 1.56.1, matching hashbrown as of 0.12.1
(cherry picked from commit 8a571c6d68cb38c283d563ff6972613e0eea4111)
This commit is contained in:
@@ -16,7 +16,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.56.0 # MSRV
|
||||
- rust: 1.56.1 # MSRV
|
||||
features:
|
||||
- rust: stable
|
||||
features: serde
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
include:
|
||||
- rust: 1.56.0
|
||||
- rust: 1.56.1
|
||||
target: thumbv6m-none-eabi
|
||||
- rust: stable
|
||||
target: thumbv6m-none-eabi
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@ license = "Apache-2.0 OR MIT"
|
||||
description = "A hash table with consistent order and fast iteration."
|
||||
keywords = ["hashmap", "no_std"]
|
||||
categories = ["data-structures", "no-std"]
|
||||
rust-version = "1.56"
|
||||
rust-version = "1.56.1"
|
||||
|
||||
[lib]
|
||||
bench = false
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
[](https://github.com/bluss/indexmap/actions)
|
||||
[](https://crates.io/crates/indexmap)
|
||||
[](https://docs.rs/indexmap)
|
||||
[](https://img.shields.io/badge/rust-1.56%2B-orange.svg)
|
||||
[](https://img.shields.io/badge/rust-1.56.1%2B-orange.svg)
|
||||
|
||||
A pure-Rust hash table which preserves (in a limited sense) insertion order.
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
- 1.9.0
|
||||
|
||||
- **MSRV**: Rust 1.56 or later is now required.
|
||||
- **MSRV**: Rust 1.56.1 or later is now required.
|
||||
|
||||
- The `hashbrown` dependency has been updated to version 0.12.
|
||||
|
||||
|
||||
+1
-1
@@ -53,7 +53,7 @@
|
||||
//!
|
||||
//! ### Rust Version
|
||||
//!
|
||||
//! This version of indexmap requires Rust 1.56 or later.
|
||||
//! This version of indexmap requires Rust 1.56.1 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
|
||||
|
||||
Reference in New Issue
Block a user