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 06930d2 commit 21661faCopy full SHA for 21661fa
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "arrayvec"
3
-version = "0.4.9"
+version = "0.4.10"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
README.rst
@@ -22,6 +22,11 @@ __ https://docs.rs/arrayvec
22
Recent Changes (arrayvec)
23
-------------------------
24
25
+- 0.4.10
26
+
27
+ - Use ``repr(C)`` in the ``union`` version that was introduced in 0.4.9, to
28
+ allay some soundness concerns.
29
30
- 0.4.9
31
32
- Use ``union`` in the implementation on when this is detected to be supported
0 commit comments