Bump arrayvec to 0.3.15

Fixes #20
This commit is contained in:
bluss
2016-02-06 20:24:11 +01:00
parent c9789f3461
commit f9defd2fe0
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "arrayvec" name = "arrayvec"
version = "0.3.14" version = "0.3.15"
authors = ["bluss"] authors = ["bluss"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
+6
View File
@@ -22,6 +22,12 @@ __ http://bluss.github.io/arrayvec
Recent Changes (arrayvec) Recent Changes (arrayvec)
------------------------- -------------------------
- 0.3.15
- Add feature std, which you can opt out of to use ``no_std`` (requires Rust 1.6
to opt out).
- Implement ``Clone::clone_from`` for ArrayVec and ArrayString
- 0.3.14 - 0.3.14
- Add ``ArrayString::from(&str)`` - Add ``ArrayString::from(&str)``