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 2eeed4b commit 0872a59Copy full SHA for 0872a59
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "arrayvec"
3
-version = "0.4.6"
+version = "0.4.7"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
README.rst
@@ -22,6 +22,16 @@ __ https://docs.rs/arrayvec
22
Recent Changes (arrayvec)
23
-------------------------
24
25
+- 0.4.7
26
+
27
+ - Fix future compat warning about raw pointer casts
28
+ - Use ``drop_in_place`` when dropping the arrayvec by-value iterator
29
+ - Decrease mininum Rust version (see docs) by @jeehoonkang
30
31
+- 0.3.25
32
33
34
35
- 0.4.6
36
37
- Fix compilation on 16-bit targets. This means, the 65536 array size is not
0 commit comments