update treesitter dependency to 0.20
This commit is contained in:
parent
e10833bfee
commit
df1c7e13a5
|
@ -20,7 +20,7 @@ include = [
|
||||||
path = "bindings/rust/lib.rs"
|
path = "bindings/rust/lib.rs"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tree-sitter = "0.17"
|
tree-sitter = "0.20"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
cc = "1.0"
|
cc = "1.0"
|
||||||
|
|
Loading…
Reference in a new issue