DOC: Rust version in docs

Required rust version should be in rustdoc

Reason: Written in one or a few places. Information is versioned with
the crate on docs.rs
This commit is contained in:
bluss
2017-07-30 14:14:25 +02:00
parent 1d08021107
commit a59b5c0b86
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
arrayvec
========
A vector with fixed capacity. Requires Rust 1.12.0 or later.
A vector with fixed capacity.
Please read the `API documentation here`__