Skip to content

Commit 9792502

Browse files
committed
0.4.11
1 parent c155b40 commit 9792502

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-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.10"
3+
version = "0.4.11"
44
authors = ["bluss"]
55
license = "MIT/Apache-2.0"
66

README.rst

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

25+
- 0.4.11
26+
27+
- In Rust 1.36 or later, use newly stable MaybeUninit. This extends the
28+
soundness work introduced in 0.4.9, we are finally able to use this in
29+
stable. We use feature detection (build script) to enable this at build
30+
time.
31+
2532
- 0.4.10
2633

2734
- Use ``repr(C)`` in the ``union`` version that was introduced in 0.4.9, to

0 commit comments

Comments
 (0)