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
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.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
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 5353//!
5454//! ### Rust Version
5555//!
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.
5857//!
5958//! The indexmap 1.x release series will use a carefully considered version
6059//! upgrade policy, where in a later 1.x version, we will raise the minimum
6160//! required Rust version.
6261//!
6362//! ## No Standard Library Targets
6463//!
65- //! From Rust 1.36, this crate supports being built without `std`, requiring
64+ //! This crate supports being built without `std`, requiring
6665//! `alloc` instead. This is enabled automatically when it is detected that
6766//! `std` is not available. There is no crate feature to enable/disable to
6867//! 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