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 c6e5e38 commit 1352eb7Copy full SHA for 1352eb7
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "arraydeque"
3
-version = "0.4.2"
+version = "0.4.3"
4
authors = ["andylokandy"]
5
license = "MIT/Apache-2.0"
6
README.md
@@ -59,6 +59,8 @@ fn main() {
59
60
## Changelog
61
62
+- 0.4.3 Add support for `generic-array` under `use_generic_array` feature.
63
+
64
- 0.4.1 Capacity now equal to backend_array.len().
65
66
- 0.3.1 Add behaviors: `Saturating` and `Wrapping`.
0 commit comments