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 c155b40 commit 9792502Copy full SHA for 9792502
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "arrayvec"
3
-version = "0.4.10"
+version = "0.4.11"
4
authors = ["bluss"]
5
license = "MIT/Apache-2.0"
6
README.rst
@@ -22,6 +22,13 @@ __ https://docs.rs/arrayvec
22
Recent Changes (arrayvec)
23
-------------------------
24
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
32
- 0.4.10
33
34
- Use ``repr(C)`` in the ``union`` version that was introduced in 0.4.9, to
0 commit comments