Bump to 0.3.13
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.3.12"
|
version = "0.3.13"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,12 @@ __ http://bluss.github.io/arrayvec
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
- 0.3.13
|
||||||
|
|
||||||
|
- Added ``DerefMut`` impl for ``ArrayString``.
|
||||||
|
- Added method ``.simplify()`` to drop the element for ``CapacityError``.
|
||||||
|
- Added method ``.dispose()`` to ``ArrayVec``
|
||||||
|
|
||||||
- 0.3.12
|
- 0.3.12
|
||||||
|
|
||||||
- Added ArrayString, a fixed capacity analogy of String
|
- Added ArrayString, a fixed capacity analogy of String
|
||||||
|
|||||||
Reference in New Issue
Block a user