Skip to content

Commit a83bd42

Browse files
tausbnerik-krogh
authored andcommitted
QL: Update tree-sitter dependency
1 parent 66a191e commit a83bd42

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

ql/Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ql/extractor/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ edition = "2018"
99
[dependencies]
1010
flate2 = "1.0"
1111
node-types = { path = "../node-types" }
12-
tree-sitter = "0.19"
13-
tree-sitter-ql = { git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "2f3fd6f89ca8b2373740d294950a04b9d8e4cdff" }
12+
tree-sitter = ">= 0.19, < 0.21"
13+
tree-sitter-ql = { git = "https://github.com/tree-sitter/tree-sitter-ql.git"}
1414
tree-sitter-ql-dbscheme = { git = "https://github.com/tausbn/tree-sitter-ql-dbscheme.git"}
15-
tree-sitter-ql-yaml = {git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "6fe85436702c92b0245d2b91908a12d6b0341f4c"}
15+
tree-sitter-ql-yaml = {git = "https://github.com/tausbn/tree-sitter-ql.git", rev = "c9d7d8de9fab75f39d5bc7bdf3a6e5151bb9b3bd"}
1616
clap = "2.33"
1717
tracing = "0.1"
1818
tracing-subscriber = { version = "0.3.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)