New minimum Rust version
This commit is contained in:
+1
-1
@@ -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
@@ -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`__
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user