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."