We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27f384d commit a0da5e1Copy full SHA for a0da5e1
.travis.yml
@@ -6,7 +6,8 @@ matrix:
6
- rust: 1.18.0
7
env:
8
- SKIP_TEST=1
9
- - rust: 1.30.0
+ - rust: 1.32.0
10
+ - rust: 1.34.2
11
- rust: stable
12
13
- FEATURES='serde-1'
src/lib.rs
@@ -26,7 +26,7 @@
26
//!
27
//! ### Rust Version
28
29
-//! This version of indexmap requires Rust 1.18 or later, or 1.30+ for
+//! 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.
32
0 commit comments