From bc4d5d71a7b2258ea844ecc05ac86a51b4690aa9 Mon Sep 17 00:00:00 2001 From: Kurt Wolf Date: Wed, 20 Nov 2024 13:57:52 -0800 Subject: [PATCH] bump --- core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Cargo.toml b/core/Cargo.toml index 2c701bf..5bc4a63 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ormlite-core" -version = "0.22.2" +version = "0.22.3" edition = "2021" description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one." authors = ["Kurt Wolf "]