From 7e08b2cd56df4ae126335ce3c801d18d5322a92a Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 15 Jul 2020 21:13:02 -0600 Subject: [PATCH] (cargo-release) version 0.4.0-alpha.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aef42ca..526da05 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.4.0-alpha.2" +version = "0.4.0-alpha.3" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"