diff --git a/macro/Cargo.toml b/macro/Cargo.toml index cb90d7a..b4427b8 100644 --- a/macro/Cargo.toml +++ b/macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ormlite-macro" -version = "0.22.3" +version = "0.22.4" edition = "2021" description = "An ORM for people who love SQL. Use the `ormlite` crate, not this one." authors = ["Kurt Wolf "]