From c40bf5bbd79a8706dea62adf70b029467d25b6fd Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 8 Jul 2020 07:19:05 -0600 Subject: [PATCH] prep alpha release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f4fbe8c..858f2f0 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.4.0" +version = "0.4.0-alpha.1" authors = ["Lokathor "] edition = "2018" license = "Zlib"