Skip to content

Commit 1352eb7

Browse files
committed
bump version (v0.4.3)
1 parent c6e5e38 commit 1352eb7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-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 = "arraydeque"
3-
version = "0.4.2"
3+
version = "0.4.3"
44
authors = ["andylokandy"]
55
license = "MIT/Apache-2.0"
66

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ fn main() {
5959

6060
## Changelog
6161

62+
- 0.4.3 Add support for `generic-array` under `use_generic_array` feature.
63+
6264
- 0.4.1 Capacity now equal to backend_array.len().
6365

6466
- 0.3.1 Add behaviors: `Saturating` and `Wrapping`.

0 commit comments

Comments
 (0)