From e58641c51705ff1b614b046ef484e1485009107b Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Tue, 24 Sep 2024 16:27:48 +0800 Subject: [PATCH] chore: bump 0.8.4 (#32) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d3de7b1..16b53b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallbox" -version = "0.8.3" +version = "0.8.4" authors = ["andylokandy"] description = "`Small Box` optimization: store small item on stack and fallback to heap for large item." repository = "https://github.com/andylokandy/smallbox"