From d67156ae0dd7812a97bdfafcf763edf2ca9e7473 Mon Sep 17 00:00:00 2001 From: andylokandy Date: Sun, 17 Nov 2024 22:51:19 +0800 Subject: [PATCH] bump 0.8.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 16b53b3..d7cb122 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallbox" -version = "0.8.4" +version = "0.8.5" authors = ["andylokandy"] description = "`Small Box` optimization: store small item on stack and fallback to heap for large item." repository = "https://github.com/andylokandy/smallbox"