From 4e73d03418b0d90489208834d5c18393586fd42b Mon Sep 17 00:00:00 2001 From: Andy Date: Fri, 25 Aug 2023 16:12:28 +0300 Subject: [PATCH] v0.13.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf693eb..26b646f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "any_vec" authors = ["Andrey Diduh "] license = "MIT OR Apache-2.0" -version = "0.12.0" +version = "0.13.0" edition = "2021" description = "Type erased vector. Most operations can be done without type knowledge. Mostly zero overhead." repository = "https://github.com/tower120/any_vec"