Skip to content

Commit a0da5e1

Browse files
committed
MAINT: Update rust version for dev/CI to 1.32
Newer rand versions require newer Rust, and we only need it for testing, so it's no big deal.
1 parent 27f384d commit a0da5e1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ matrix:
66
- rust: 1.18.0
77
env:
88
- SKIP_TEST=1
9-
- rust: 1.30.0
9+
- rust: 1.32.0
10+
- rust: 1.34.2
1011
- rust: stable
1112
env:
1213
- FEATURES='serde-1'

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
//!
2727
//! ### Rust Version
2828
//!
29-
//! This version of indexmap requires Rust 1.18 or later, or 1.30+ for
29+
//! This version of indexmap requires Rust 1.18 or later, or 1.32+ for
3030
//! development builds, and Rust 1.36+ for using with `alloc` (without `std`),
3131
//! see below.
3232
//!

0 commit comments

Comments
 (0)