This commit is contained in:
bluss
2018-01-17 20:40:02 +01:00
parent 2eeed4bae5
commit 0872a5946c
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package] [package]
name = "arrayvec" name = "arrayvec"
version = "0.4.6" version = "0.4.7"
authors = ["bluss"] authors = ["bluss"]
license = "MIT/Apache-2.0" license = "MIT/Apache-2.0"
+10
View File
@@ -22,6 +22,16 @@ __ https://docs.rs/arrayvec
Recent Changes (arrayvec) Recent Changes (arrayvec)
------------------------- -------------------------
- 0.4.7
- Fix future compat warning about raw pointer casts
- Use ``drop_in_place`` when dropping the arrayvec by-value iterator
- Decrease mininum Rust version (see docs) by @jeehoonkang
- 0.3.25
- Fix future compat warning about raw pointer casts
- 0.4.6 - 0.4.6
- Fix compilation on 16-bit targets. This means, the 65536 array size is not - Fix compilation on 16-bit targets. This means, the 65536 array size is not