Bump version

This commit is contained in:
bluss
2015-09-20 16:07:54 +02:00
parent 76205447ad
commit 1921048acd
2 changed files with 7 additions and 3 deletions
+3 -3
View File
@@ -1,14 +1,14 @@
[package]
name = "arrayvec"
version = "0.3.11"
version = "0.3.12"
authors = ["bluss"]
license = "MIT/Apache-2.0"
description = "A vector with a fixed capacity, it can be stored on the stack too."
description = "A vector with a fixed capacity, it can be stored on the stack too. Implements fixed capacity ArrayVec and ArrayString."
documentation = "http://bluss.github.io/arrayvec"
repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "container", "data-structure"]
keywords = ["stack", "vector", "array", "string", "data-structure"]
[dependencies.odds]
version = "0.2"