Skip to content

Commit

Permalink
0.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Dec 22, 2018
1 parent 06930d2 commit 21661fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arrayvec"
version = "0.4.9"
version = "0.4.10"
authors = ["bluss"]
license = "MIT/Apache-2.0"

Expand Down
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ __ https://docs.rs/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

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

0 comments on commit 21661fa

Please sign in to comment.