From 659e6c1f1f683b7504e71b6773cf0cdb86b1faf3 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Fri, 20 Dec 2024 12:48:45 -0700 Subject: [PATCH] chore: Release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bdf201c..f46fc01 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.8.0" +version = "1.8.1" authors = ["Lokathor "] edition = "2018" license = "Zlib OR Apache-2.0 OR MIT"