This commit is contained in:
bluss
2021-03-24 23:50:45 +01:00
parent c2453e5f9f
commit f74f3d2b02
+2 -2
View File
@@ -1,8 +1,8 @@
[package]
name = "arrayvec"
version = "0.5.2"
version = "0.6.0"
authors = ["bluss"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
description = "A vector with fixed capacity, backed by an array (it can be stored on the stack too). Implements fixed capacity ArrayVec and ArrayString."