From 4cf02c74b7f6ff7c2efe65a89ed9439dfb38549c Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 21 Aug 2020 15:32:29 -0600 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 99dd035..912f096 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.0.0-alpha.3" +version = "1.0.0-alpha.4" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"