From f74f3d2b0289c7c27b2902ac577474c9d9c63abf Mon Sep 17 00:00:00 2001 From: bluss Date: Wed, 24 Mar 2021 23:50:45 +0100 Subject: [PATCH] 0.6.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3ebe7a9..813324a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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."