From bbf0f23e859ebbb6e35a32613506fcb9344f3b59 Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Mon, 23 Dec 2024 11:39:22 +0800 Subject: [PATCH] chore: bump 0.8.6 (#41) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ff758fe..9cea8b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallbox" -version = "0.8.5" +version = "0.8.6" authors = ["andylokandy"] description = "`Small Box` optimization: store small item on stack and fallback to heap for large item." repository = "https://github.com/andylokandy/smallbox"