New minimum Rust version

This commit is contained in:
bluss
2017-03-24 18:50:57 +01:00
parent 738721a28d
commit e6c090de88
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ language: rust
sudo: false sudo: false
matrix: matrix:
include: include:
- rust: 1.2.0 - rust: 1.12.0
- rust: stable - rust: stable
env: env:
- FEATURES="use_generic_array" - FEATURES="use_generic_array"
+1 -1
View File
@@ -2,7 +2,7 @@
arrayvec 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`__ Please read the `API documentation here`__