From 091286cd92b2541f1522e0eb0ba478e98027fdf8 Mon Sep 17 00:00:00 2001 From: Anatoly Ikorsky Date: Tue, 13 Aug 2024 10:34:27 +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 e9090e50..f169707e 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.34.1" +version = "0.34.2" exclude = ["test/*"] edition = "2021" categories = ["asynchronous", "database"]