We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63cd042 + 74d69f3 commit 587f30dCopy full SHA for 587f30d
.gitignore
@@ -4,3 +4,5 @@ target/
4
build/
5
venv/
6
yarn.lock
7
+Cargo.lock
8
+
Cargo.lock
Cargo.toml
@@ -21,7 +21,7 @@ include = [
21
path = "bindings/rust/lib.rs"
22
23
[dependencies]
24
-tree-sitter = ">= 0.19, < 0.21"
+tree-sitter = ">= 0.20, < 0.21"
25
26
[build-dependencies]
27
cc = "1.0"
0 commit comments