From e6bbf7c776374d0067c0164245e9158b5c75f7e7 Mon Sep 17 00:00:00 2001 From: Anatoly Ikorsky Date: Sat, 22 Apr 2023 12:44:54 +0300 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 29cbfe7f..42c9447c 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.1" +version = "0.32.2" exclude = ["test/*"] edition = "2018" categories = ["asynchronous", "database"]