Skip to content

Commit f74f3d2

Browse files
committed
0.6.0
1 parent c2453e5 commit f74f3d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[package]
22
name = "arrayvec"
3-
version = "0.5.2"
3+
version = "0.6.0"
44
authors = ["bluss"]
5-
license = "MIT/Apache-2.0"
5+
license = "MIT OR Apache-2.0"
66
edition = "2018"
77

88
description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."

0 commit comments

Comments
 (0)