From a8bd594be20547e68271c8e9f8d7113a4f6d4c6c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 21 May 2015 11:58:00 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 83b42b2..6cee6d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "arrayvec" -version = "0.1.2" +version = "0.2.0" authors = ["bluss"] license = "MIT/Apache-2.0" -description = "A vector with a fixed capacity." +description = "A vector with a fixed capacity, it can be stored on the stack too." documentation = "http://bluss.github.io/arrayvec" repository = "https://github.com/bluss/arrayvec"