From dc0a87a28e892b910fb396012526e1a79a962279 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 19 Jan 2020 22:02:14 +0000 Subject: [PATCH] ready for a 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16806d1..c0dbcfa 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 = "1.0.0-alpha.0" +version = "0.3.0-alpha.0" authors = ["Lokathor "] edition = "2018" license = "Zlib"