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