File tree Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Expand file tree Collapse file tree 4 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,6 @@ language: rust
2
2
sudo : false
3
3
matrix :
4
4
include :
5
- # MSRV is lower for non-dev builds
6
- - rust : 1.18.0
7
- env :
8
- - SKIP_TEST=1
9
5
- rust : 1.32.0
10
6
- rust : 1.34.2
11
7
- rust : stable
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ default-features = false
41
41
features = [" inline-more" , " raw" ]
42
42
43
43
[dev-dependencies ]
44
- itertools = " 0.8 "
44
+ itertools = " 0.9 "
45
45
rand = {version = " 0.7" , features = [" small_rng" ] }
46
46
quickcheck = { version = " 0.9" , default-features = false }
47
47
fnv = " 1.0"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ indexmap
12
12
.. |docs | image :: https://docs.rs/indexmap/badge.svg
13
13
.. _docs : https://docs.rs/indexmap
14
14
15
- .. |rustc | image :: https://img.shields.io/badge/rust-1.18 %2B-orange.svg
16
- .. _rustc : https://img.shields.io/badge/rust-1.18 %2B-orange.svg
15
+ .. |rustc | image :: https://img.shields.io/badge/rust-1.32 %2B-orange.svg
16
+ .. _rustc : https://img.shields.io/badge/rust-1.32 %2B-orange.svg
17
17
18
18
A pure-Rust hash table which preserves (in a limited sense) insertion order.
19
19
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.18 or later, or 1.32+ for
57
- //! development builds, and Rust 1.36+ for using with `alloc` (without `std`),
58
- //! see below.
56
+ //! This version of indexmap requires Rust 1.32 or later, or Rust 1.36+ for
57
+ //! using with `alloc` (without `std`), see below.
59
58
//!
60
59
//! The indexmap 1.x release series will use a carefully considered version
61
60
//! upgrade policy, where in a later 1.x version, we will raise the minimum
You can’t perform that action at this time.
0 commit comments