From ece82f8ae3fea062980f1eb8e6f386e0950b0d24 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sat, 11 Jan 2020 18:28:56 -0700 Subject: [PATCH] (cargo-release) version 0.1.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index deaba27..f29dc62 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.1.2-alpha.0" +version = "0.1.2" authors = ["Lokathor "] edition = "2018" license = "Zlib"