From 32c6f2a986789f97108502c2d0c755a089411b66 Mon Sep 17 00:00:00 2001 From: Anatoly Ikorsky Date: Thu, 13 Apr 2023 14:18:07 +0300 Subject: [PATCH] Bump micro version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1f99ad9..efa1f5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT/Apache-2.0" name = "mysql_async" readme = "README.md" repository = "https://github.com/blackbeam/mysql_async" -version = "0.32.0" +version = "0.32.1" exclude = ["test/*"] edition = "2018" categories = ["asynchronous", "database"]