From c3b25e943eea887ad29b2adfa55d4e4f3fd4dab1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 20 Jan 2020 18:59:27 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.3.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3bd7d5..649aabf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinyvec" description = "Just, really the littlest Vec you could need. So smol." -version = "0.3.1" +version = "0.3.2-alpha.0" authors = ["Lokathor "] edition = "2018" license = "Zlib"