This commit is contained in:
bluss
2017-10-16 22:39:28 +02:00
parent 30d8e70d63
commit 9156256501
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.4.2"
version = "0.4.3"
authors = ["bluss"]
license = "MIT/Apache-2.0"
+6
View File
@@ -22,6 +22,12 @@ __ https://docs.rs/arrayvec
Recent Changes (arrayvec)
-------------------------
- 0.4.3
- Improve performance for ``ArrayVec::extend`` with a lower level
implementation (#74)
- Small cleanup in dependencies (use no std for crates where we don't need more)
- 0.4.2
- Add constructor method ``new`` to ``CapacityError``.