From 83237809b2436d0b930fb0f0c59b56a85369c5f5 Mon Sep 17 00:00:00 2001 From: Anatoly Ikorsky Date: Wed, 15 Feb 2023 17:22:03 +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 0af37c0e..ce7e3958 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.31.2" +version = "0.31.3" exclude = ["test/*"] edition = "2018" categories = ["asynchronous", "database"]