We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef60de1 commit aa8aa41Copy full SHA for aa8aa41
CHANGELOG.md
@@ -6,7 +6,14 @@ and this library adheres to Rust's notion of
6
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## 0.12.0
9
+
10
+### Added
11
+- `bincode` feature flag to enable the use of `bincode-2.0.0`.
12
13
+### Changed
14
- `NonEmpty::capacity` returns `NonZeroUsize`
15
+- Fixed the `nonempty!` macro to use the `vec!` macro internally, ensuring that
16
+ it compiles with `std` and `no_std`.
17
18
## 0.11.0
19
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "nonempty"
3
-version = "0.11.0"
+version = "0.12.0"
4
description = "Correct by construction non-empty vector"
5
authors = ["Alexis Sellier <self@cloudhead.io>"]
edition = "2021"
0 commit comments