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 @@
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`__