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
22sudo : false
33matrix :
44 include :
5- # MSRV is lower for non-dev builds
6- - rust : 1.18.0
7- env :
8- - SKIP_TEST=1
95 - rust : 1.32.0
106 - rust : 1.34.2
117 - rust : stable
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ default-features = false
4141features = [" inline-more" , " raw" ]
4242
4343[dev-dependencies ]
44- itertools = " 0.8 "
44+ itertools = " 0.9 "
4545rand = {version = " 0.7" , features = [" small_rng" ] }
4646quickcheck = { version = " 0.9" , default-features = false }
4747fnv = " 1.0"
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ indexmap
1212.. |docs | image :: https://docs.rs/indexmap/badge.svg
1313.. _docs : https://docs.rs/indexmap
1414
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
1717
1818A pure-Rust hash table which preserves (in a limited sense) insertion order.
1919
Original file line number Diff line number Diff line change 2626//!
2727//! ### Rust Version
2828//!
29- //! This version of indexmap requires Rust 1.18 or later, or 1.32+ for
30- //! development builds, and Rust 1.36+ for using with `alloc` (without `std`),
31- //! see below.
29+ //! This version of indexmap requires Rust 1.32 or later, or Rust 1.36+ for
30+ //! using with `alloc` (without `std`), see below.
3231//!
3332//! The indexmap 1.x release series will use a carefully considered version
3433//! 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