0.4.8
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.4.7"
|
version = "0.4.8"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,15 @@ __ https://docs.rs/arrayvec
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
- 0.4.8
|
||||||
|
|
||||||
|
- Implement Clone and Debug for ``IntoIter`` by @clarcharr
|
||||||
|
- Add more array sizes under crate features. These cover all in the range
|
||||||
|
up to 128 and 129 to 255 respectively (we have a few of those by default):
|
||||||
|
|
||||||
|
- ``array-size-33-128``
|
||||||
|
- ``array-size-129-255``
|
||||||
|
|
||||||
- 0.4.7
|
- 0.4.7
|
||||||
|
|
||||||
- Fix future compat warning about raw pointer casts
|
- Fix future compat warning about raw pointer casts
|
||||||
|
|||||||
Reference in New Issue
Block a user