From dcc876d727e7a18f3ff23416b8297db44a4dbe0a Mon Sep 17 00:00:00 2001 From: Lokathor Date: Thu, 9 Jan 2020 22:24:12 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.1.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f0941a7..023a8c7 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.1.0" +version = "0.1.1-alpha.0" authors = ["Lokathor "] edition = "2018" license = "Zlib"