From 7052ec9b81dd695a0f81890776155d9ee11c0380 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Wed, 25 Mar 2020 18:07:03 -0600 Subject: [PATCH] (cargo-release) version 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29609db..798fc8a 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.3.3-alpha.0" +version = "0.3.3" authors = ["Lokathor "] edition = "2018" license = "Zlib"