From d41299f525b99a9418a946f5a160ad25cc870f51 Mon Sep 17 00:00:00 2001 From: myOmikron Date: Mon, 11 Sep 2023 17:27:58 +0200 Subject: [PATCH] Updated rorm-sql to v0.8.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5a182c3..edebc93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rorm-sql" -version = "0.8.0" +version = "0.8.1" edition = "2021" keywords = ["database", "abstraction-layer", "sqlite", "postgres", "mysql"] categories = ["database"]