From e6c090de882c06cac01cf32d3aa359c608044ea7 Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 24 Mar 2017 18:50:57 +0100 Subject: [PATCH] New minimum Rust version --- .travis.yml | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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`__