From f69d444786b3ab094b43478a09bb05ecb878bdab Mon Sep 17 00:00:00 2001 From: Lore Anaya Pozo Date: Sat, 13 Jan 2024 10:06:03 -0500 Subject: [PATCH] update version to 1.2.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9347b44..ea642ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "workerpool" -version = "1.2.0" +version = "1.2.1" authors = ["The Rust Project Developers", "Corey Farwell ", "Stefan Schindler ", "Lore Anaya Pozo "] license = "MIT/Apache-2.0" readme = "README.md"