diff --git a/.travis.yml b/.travis.yml index bf91f07..ea15bb1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ language: rust sudo: false matrix: include: - - rust: 1.2.0 + - rust: 1.12.0 - rust: stable env: - FEATURES="use_generic_array" diff --git a/README.rst b/README.rst index 187410a..98ef582 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ arrayvec ======== -A vector with fixed capacity. Requires Rust 1.2+. +A vector with fixed capacity. Requires Rust 1.12.0 or later. Please read the `API documentation here`__