We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c250fc commit 3e3a6acCopy full SHA for 3e3a6ac
Cargo.toml
@@ -23,7 +23,7 @@ autoexamples = false
23
path = "bindings/rust/lib.rs"
24
25
[dependencies]
26
-tree-sitter = "0.19"
+tree-sitter = "0.20"
27
28
[build-dependencies]
29
cc = "1.0"
package.json
@@ -17,7 +17,7 @@
17
"nan": "^2.14.0"
18
},
19
"devDependencies": {
20
- "tree-sitter-cli": "^0.19.1"
+ "tree-sitter-cli": "^0.20.0"
21
22
"scripts": {
"test": "tree-sitter test && script/parse-examples",
0 commit comments