0.3.20
This commit is contained in:
+2
-2
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user