0.4.10
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "arrayvec"
|
name = "arrayvec"
|
||||||
version = "0.4.9"
|
version = "0.4.10"
|
||||||
authors = ["bluss"]
|
authors = ["bluss"]
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
|
|||||||
@@ -22,6 +22,11 @@ __ https://docs.rs/arrayvec
|
|||||||
Recent Changes (arrayvec)
|
Recent Changes (arrayvec)
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
||||||
|
- 0.4.10
|
||||||
|
|
||||||
|
- Use ``repr(C)`` in the ``union`` version that was introduced in 0.4.9, to
|
||||||
|
allay some soundness concerns.
|
||||||
|
|
||||||
- 0.4.9
|
- 0.4.9
|
||||||
|
|
||||||
- Use ``union`` in the implementation on when this is detected to be supported
|
- Use ``union`` in the implementation on when this is detected to be supported
|
||||||
|
|||||||
Reference in New Issue
Block a user