From 745ed9491310b2095ca4a0729b25189cd74b841b Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 24 Sep 2021 18:58:43 -0600 Subject: [PATCH] (cargo-release) version 1.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 13f7501..b255e69 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.4.1-alpha.0" +version = "1.5.0" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"