From 0c31798ebaea6a099d26fb120f3689f90c97cb05 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 25 Mar 2020 18:09:35 -0600 Subject: [PATCH] start next version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 798fc8a..8192a8f 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.3" +version = "0.3.4-alpha.0" authors = ["Lokathor "] edition = "2018" license = "Zlib"