File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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.1 "
12+ rust-version = " 1.56"
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.1 %2B-orange.svg )] ( https://img.shields.io/badge/rust-1.56.1 %2B-orange.svg )
6+ [ ![ rustc] ( https://img.shields.io/badge/rust-1.56%2B-orange.svg )] ( https://img.shields.io/badge/rust-1.56%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 5353//!
5454//! ### Rust Version
5555//!
56- //! This version of indexmap requires Rust 1.56.1 or later.
56+ //! This version of indexmap requires Rust 1.56 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