MAINT: Rust version Rust 1.15

This commit is contained in:
bluss
2017-08-05 18:00:40 +02:00
parent c5e0b80f73
commit 6ad4ca7a77
2 changed files with 4 additions and 2 deletions
+3 -1
View File
@@ -13,7 +13,9 @@
//! - Use the unstable feature untagged unions for the internal implementation,
//! which has reduced space overhead
//!
//! **arrayvec Requires Rust 1.18**
//! ## Rust Version
//!
//! This version of arrayvec requires Rust 1.15 or later.
//!
#![doc(html_root_url="https://docs.rs/arrayvec/0.3/")]
#![cfg_attr(not(feature="std"), no_std)]