diff --git a/Cargo.lock b/Cargo.lock index 958281b..fa9c260 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -403,7 +403,7 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" [[package]] name = "sql-schema" -version = "0.6.1" +version = "0.6.2" dependencies = [ "annotate-snippets", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d8786bf..bce1a2a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "sql-schema" description = "Declarative SQL schema migrations" keywords = ["sql", "schema", "migration", "migrations"] categories = ["development-tools", "command-line-utilities", "database"] -version = "0.6.1" +version = "0.6.2" edition = "2021" license = "Apache-2.0" authors = ["Jesse Stuart "]