File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed 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.32 %2B-orange.svg
16
- .. _rustc : https://img.shields.io/badge/rust-1.32 %2B-orange.svg
15
+ .. |rustc | image :: https://img.shields.io/badge/rust-1.36 %2B-orange.svg
16
+ .. _rustc : https://img.shields.io/badge/rust-1.36 %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.32 or later, or Rust 1.36+ for
57
- //! using with `alloc` (without `std`), see below.
56
+ //! This version of indexmap requires Rust 1.36 or later.
58
57
//!
59
58
//! The indexmap 1.x release series will use a carefully considered version
60
59
//! upgrade policy, where in a later 1.x version, we will raise the minimum
61
60
//! required Rust version.
62
61
//!
63
62
//! ## No Standard Library Targets
64
63
//!
65
- //! From Rust 1.36, this crate supports being built without `std`, requiring
64
+ //! This crate supports being built without `std`, requiring
66
65
//! `alloc` instead. This is enabled automatically when it is detected that
67
66
//! `std` is not available. There is no crate feature to enable/disable to
68
67
//! trigger this. It can be tested by building for a std-less target.
You can’t perform that action at this time.
0 commit comments