File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 strategy :
1717 matrix :
1818 include :
19- - rust : 1.56.0 # MSRV
19+ - rust : 1.56.1 # MSRV
2020 features :
2121 - rust : stable
2222 features : serde
5757 strategy :
5858 matrix :
5959 include :
60- - rust : 1.56.0
60+ - rust : 1.56.1
6161 target : thumbv6m-none-eabi
6262 - rust : stable
6363 target : thumbv6m-none-eabi
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT"
99description = " A hash table with consistent order and fast iteration."
1010keywords = [" hashmap" , " no_std" ]
1111categories = [" data-structures" , " no-std" ]
12- rust-version = " 1.56"
12+ rust-version = " 1.56.1 "
1313
1414[lib ]
1515bench = false
Original file line number Diff line number Diff line change 33[ ![ build status] ( https://github.com/bluss/indexmap/workflows/Continuous%20integration/badge.svg?branch=master )] ( https://github.com/bluss/indexmap/actions )
44[ ![ crates.io] ( https://img.shields.io/crates/v/indexmap.svg )] ( https://crates.io/crates/indexmap )
55[ ![ docs] ( https://docs.rs/indexmap/badge.svg )] ( https://docs.rs/indexmap )
6- [ ![ rustc] ( https://img.shields.io/badge/rust-1.56%2B-orange.svg )] ( https://img.shields.io/badge/rust-1.56%2B-orange.svg )
6+ [ ![ rustc] ( https://img.shields.io/badge/rust-1.56.1 %2B-orange.svg )] ( https://img.shields.io/badge/rust-1.56.1 %2B-orange.svg )
77
88A pure-Rust hash table which preserves (in a limited sense) insertion order.
99
Original file line number Diff line number Diff line change 11- 2.0.0 (pending)
22
3- - ** MSRV** : Rust 1.56 or later is now required.
3+ - ** MSRV** : Rust 1.56.1 or later is now required.
44
55 - The ` hashbrown ` dependency has been updated to version 0.12.
66
Original file line number Diff line number Diff line change 5353//!
5454//! ### Rust Version
5555//!
56- //! This version of indexmap requires Rust 1.56 or later.
56+ //! This version of indexmap requires Rust 1.56.1 or later.
5757//!
5858//! The indexmap 2.x release series will use a carefully considered version
5959//! upgrade policy, where in a later 2.x version, we will raise the minimum
You can’t perform that action at this time.
0 commit comments