Support Rust 1.13.0

This commit is contained in:
Jeehoon Kang
2018-01-14 06:51:33 +09:00
parent ef133ef960
commit 3df64ccd50
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
//!
//! ## Rust Version
//!
//! This version of arrayvec requires Rust 1.14 or later.
//! This version of arrayvec requires Rust 1.13 or later.
//!
#![doc(html_root_url="https://docs.rs/arrayvec/0.4/")]
#![cfg_attr(not(feature="std"), no_std)]