We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5adeab commit c8d12ceCopy full SHA for c8d12ce
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "arrayvec"
3
-version = "0.4.7"
+version = "0.4.8"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
README.rst
@@ -22,6 +22,15 @@ __ https://docs.rs/arrayvec
22
Recent Changes (arrayvec)
23
-------------------------
24
25
+- 0.4.8
26
+
27
+ - Implement Clone and Debug for ``IntoIter`` by @clarcharr
28
+ - Add more array sizes under crate features. These cover all in the range
29
+ up to 128 and 129 to 255 respectively (we have a few of those by default):
30
31
+ - ``array-size-33-128``
32
+ - ``array-size-129-255``
33
34
- 0.4.7
35
36
- Fix future compat warning about raw pointer casts
0 commit comments