Skip to content

Commit

Permalink
chore: bump after deploy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Aug 13, 2024
1 parent 8a82410 commit af4b6dc
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.12.0"
version = "0.12.1"
repository = "https://github.com/quarylabs/sqruff"
edition = "2021"
license = "Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ harness = false
codegen-docs = ["clap-markdown", "minijinja", "serde"]

[dependencies]
sqruff-lib = { version = "0.12.0", path = "../lib" }
lsp = { version = "0.12.0", package = "sqruff-lsp", path = "../lsp" }
sqruff-lib = { version = "0.12.1", path = "../lib" }
lsp = { version = "0.12.1", package = "sqruff-lsp", path = "../lsp" }
clap = { version = "4", features = ["derive"] }
console = "0.15.8"

Expand Down
2 changes: 1 addition & 1 deletion crates/lsp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ js-sys = "0.3.69"
lsp-types = "0.97"
serde-wasm-bindgen = "0.6.5"
wasm-bindgen = "0.2"
sqruff-lib = { version = "0.12.0", path = "../lib" }
sqruff-lib = { version = "0.12.1", path = "../lib" }
console_error_panic_hook = "0.1.7"
serde_json = "1.0.121"
lsp-server = "0.7.6"
Expand Down
2 changes: 1 addition & 1 deletion crates/sqlinference/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ edition.workspace = true
license.workspace = true

[dependencies]
sqruff-lib = { version = "0.12.0", path = "../lib" }
sqruff-lib = { version = "0.12.1", path = "../lib" }
4 changes: 2 additions & 2 deletions editors/code/package-lock.json

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

2 changes: 1 addition & 1 deletion editors/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/quarylabs/sqruff.git"
},
"publisher": "Quary",
"version": "0.12.0",
"version": "0.12.1",
"engines": {
"vscode": "^1.92.0"
},
Expand Down

0 comments on commit af4b6dc

Please sign in to comment.