Skip to content

Commit 21661fa

Browse files
committed
0.4.10
1 parent 06930d2 commit 21661fa

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.4.9"
3+
version = "0.4.10"
44
authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ __ https://docs.rs/arrayvec
2222
Recent Changes (arrayvec)
2323
-------------------------
2424

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+
2530
- 0.4.9
2631

2732
- Use ``union`` in the implementation on when this is detected to be supported

0 commit comments

Comments
 (0)