diff --git a/Cargo.lock b/Cargo.lock index e2d1aa9..44c9fda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" [[package]] name = "sqlfluff" -version = "0.1.0" +version = "0.1.1" dependencies = [ "anyhow", "extism-pdk", diff --git a/Cargo.toml b/Cargo.toml index 54e8a3c..feae64e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,19 +1,19 @@ [package] authors = [ - "Tsiry Sandratraina " + "Tsiry Sandratraina ", ] description = "Set up your CI/CD Pipeline with sqlfluff installed" edition = "2021" license = "MIT" name = "sqlfluff" -version = "0.1.0" +version = "0.1.1" [lib] crate-type = [ - "cdylib" + "cdylib", ] [dependencies] anyhow = "1.0.82" extism-pdk = "1.1.0" -fluentci-pdk = "0.1.9" \ No newline at end of file +fluentci-pdk = "0.1.9"