From 0bbeed87e8936dc4e3955162a162048c9946163a Mon Sep 17 00:00:00 2001 From: Sild Date: Thu, 7 Nov 2024 00:12:18 +0100 Subject: [PATCH] up version --- src/auto_pool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auto_pool/Cargo.toml b/src/auto_pool/Cargo.toml index 4d13295..31ab088 100644 --- a/src/auto_pool/Cargo.toml +++ b/src/auto_pool/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "auto_pool" readme = "README.md" -version = "0.0.2" +version = "0.1.0" description = "A simple pool that returns items automatically after it's dropped" keywords = ["pool", "object-pool", "autoreturn"] authors.workspace = true