File tree 5 files changed +6
-6
lines changed
5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
strategy :
17
17
matrix :
18
18
include :
19
- - rust : 1.56.0 # MSRV
19
+ - rust : 1.56.1 # MSRV
20
20
features :
21
21
- rust : stable
22
22
features : serde
57
57
strategy :
58
58
matrix :
59
59
include :
60
- - rust : 1.56.0
60
+ - rust : 1.56.1
61
61
target : thumbv6m-none-eabi
62
62
- rust : stable
63
63
target : thumbv6m-none-eabi
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ license = "Apache-2.0 OR MIT"
9
9
description = " A hash table with consistent order and fast iteration."
10
10
keywords = [" hashmap" , " no_std" ]
11
11
categories = [" data-structures" , " no-std" ]
12
- rust-version = " 1.56"
12
+ rust-version = " 1.56.1 "
13
13
14
14
[lib ]
15
15
bench = false
Original file line number Diff line number Diff line change 3
3
[ ![ build status] ( https://github.com/bluss/indexmap/workflows/Continuous%20integration/badge.svg?branch=master )] ( https://github.com/bluss/indexmap/actions )
4
4
[ ![ crates.io] ( https://img.shields.io/crates/v/indexmap.svg )] ( https://crates.io/crates/indexmap )
5
5
[ ![ 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 )
7
7
8
8
A pure-Rust hash table which preserves (in a limited sense) insertion order.
9
9
Original file line number Diff line number Diff line change 1
1
- 2.0.0 (pending)
2
2
3
- - ** MSRV** : Rust 1.56 or later is now required.
3
+ - ** MSRV** : Rust 1.56.1 or later is now required.
4
4
5
5
- The ` hashbrown ` dependency has been updated to version 0.12.
6
6
Original file line number Diff line number Diff line change 53
53
//!
54
54
//! ### Rust Version
55
55
//!
56
- //! This version of indexmap requires Rust 1.56 or later.
56
+ //! This version of indexmap requires Rust 1.56.1 or later.
57
57
//!
58
58
//! The indexmap 2.x release series will use a carefully considered version
59
59
//! 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