From dfa7431c88bac17f4db1a8c97581d77ae208d4c8 Mon Sep 17 00:00:00 2001 From: bluss Date: Sat, 6 Feb 2016 21:28:52 +0100 Subject: [PATCH] Add to readme: Requires Rust 1.2 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e7d4517..c00654f 100644 --- a/README.rst +++ b/README.rst @@ -2,7 +2,7 @@ arrayvec ======== -A vector with fixed capacity. +A vector with fixed capacity. Requires Rust 1.2+. Please read the `API documentation here`__