From 769b626df6fdc72a7dd42cb04f23c1ef05f483d5 Mon Sep 17 00:00:00 2001 From: Ivan Ganev Date: Sat, 24 Feb 2024 16:45:41 -0700 Subject: [PATCH] version bump --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 938118e..e65933e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "database-reflection" -version = "0.1.2" +version = "0.1.3" edition = "2021" authors = ["Ivan Ganev "] description = "Database reflection library. Currently supporting only MariaDB and MySQL with InnoDB."