Bump version
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "arrayvec"
|
||||
version = "0.3.7"
|
||||
version = "0.3.8"
|
||||
authors = ["bluss"]
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
|
||||
@@ -22,6 +22,11 @@ __ http://bluss.github.io/arrayvec
|
||||
Recent Changes
|
||||
--------------
|
||||
|
||||
- 0.3.8
|
||||
|
||||
- Inline the non-dropping logic to remove one drop flag in the
|
||||
ArrayVec representation.
|
||||
|
||||
- 0.3.7
|
||||
|
||||
- Added method .into_inner()
|
||||
|
||||
Reference in New Issue
Block a user