From a2933e4c6da96ae2abde436bc465a0c2454df58e Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 4 Apr 2021 10:37:03 -0600 Subject: [PATCH] (cargo-release) start next development iteration 1.2.1-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 51e43b4..311e379 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "tinyvec" description = "`tinyvec` provides 100% safe vec-like data structures." -version = "1.2.0" +version = "1.2.1-alpha.0" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"