From bf15bb60199a0bc4bcdb3b4b556326c90d340370 Mon Sep 17 00:00:00 2001 From: Anatoly Ikorsky Date: Sun, 15 Dec 2019 20:42:02 +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 36e5f755..06865499 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.21.0" +version = "0.21.1" exclude = ["test/*"] edition = "2018"