From 82cdc0e3afd1a99c917e98fddf4769e8c093ddd2 Mon Sep 17 00:00:00 2001 From: andylokandy Date: Mon, 23 Sep 2024 19:49:25 +0800 Subject: [PATCH] chore: bump 0.8.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8d7efb8..b0602e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smallbox" -version = "0.8.2" +version = "0.8.3" authors = ["andylokandy"] description = "`Small Box` optimization: store small item on stack and fallback to heap for large item." repository = "https://github.com/andylokandy/smallbox"