From 8564f269640c8493919080bb32e33b6edd7535a3 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Mon, 17 Aug 2020 07:40:24 -0600 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6cc21ff..bcb1e77 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.2" +version = "1.0.0-alpha.3" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"