diff --git a/.travis.yml b/.travis.yml index 77d30d2..95bd3c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ env: - FEATURES='serde-1' matrix: include: - - rust: 1.15.0 + - rust: 1.14.0 - rust: stable env: - NODEFAULT=1 diff --git a/src/lib.rs b/src/lib.rs index 65e454e..c32f723 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,7 +18,7 @@ //! //! ## Rust Version //! -//! This version of arrayvec requires Rust 1.15 or later. +//! This version of arrayvec requires Rust 1.14 or later. //! #![doc(html_root_url="https://docs.rs/arrayvec/0.4/")] #![cfg_attr(not(feature="std"), no_std)]