This commit is contained in:
bluss
2016-10-04 14:46:25 +02:00
parent 7a7ec178b9
commit d43c959fa8
3 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -1,11 +1,11 @@
[package]
name = "arrayvec"
version = "0.3.19"
version = "0.3.20"
authors = ["bluss"]
license = "MIT/Apache-2.0"
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"
documentation = "https://docs.rs/arrayvec/"
repository = "https://github.com/bluss/arrayvec"
keywords = ["stack", "vector", "array", "data-structure", "no_std"]