Bump version
This commit is contained in:
+3
-3
@@ -1,14 +1,14 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.3.11"
|
version = "0.3.12"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT/Apache-2.0"
|
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"
|
documentation = "http://bluss.github.io/arrayvec"
|
||||||
repository = "https://github.com/bluss/arrayvec"
|
repository = "https://github.com/bluss/arrayvec"
|
||||||
|
|
||||||
keywords = ["stack", "vector", "array", "container", "data-structure"]
|
keywords = ["stack", "vector", "array", "string", "data-structure"]
|
||||||
|
|
||||||
[dependencies.odds]
|
[dependencies.odds]
|
||||||
version = "0.2"
|
version = "0.2"
|
||||||
|
|||||||
@@ -22,6 +22,10 @@ __ http://bluss.github.io/arrayvec
|
|||||||
Recent Changes
|
Recent Changes
|
||||||
--------------
|
--------------
|
||||||
|
|
||||||
|
- 0.3.12
|
||||||
|
|
||||||
|
- Added ArrayString, a fixed capacity analogy of String
|
||||||
|
|
||||||
- 0.3.11
|
- 0.3.11
|
||||||
|
|
||||||
- Added trait impls Default, PartialOrd, Ord, Write for ArrayVec
|
- Added trait impls Default, PartialOrd, Ord, Write for ArrayVec
|
||||||
|
|||||||
Reference in New Issue
Block a user