From 00a0034df80574b8d2208eb46ef10a59bbb4c7f1 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 25 Jan 2021 18:27:23 -0700 Subject: [PATCH] (cargo-release) start next development iteration 1.1.2-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7d208f1..20f967f 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.1.1" +version = "1.1.2-alpha.0" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"