From 5bba2740ec2c5cff2043f4f9d050439b3541ba27 Mon Sep 17 00:00:00 2001 From: Alex Zhang Date: Fri, 28 Apr 2023 18:23:53 -0400 Subject: [PATCH] Bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3df562b..7e99938 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdbc2" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["nociza"] description = "Rust Database Connectivity Interface"