Skip to content

Commit

Permalink
bump version code
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed Jun 14, 2024
1 parent 7320e89 commit 0847cc7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
authors = [
"Tsiry Sandratraina <tsiry.sndr@fluentci.io>"
"Tsiry Sandratraina <tsiry.sndr@fluentci.io>",
]
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"
fluentci-pdk = "0.1.9"

0 comments on commit 0847cc7

Please sign in to comment.