File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " tree-sitter-c-sharp"
3
3
description = " C# grammar for the tree-sitter parsing library"
4
- version = " 0.19.1 "
4
+ version = " 0.20.0 "
5
5
authors = [
6
6
" Damien Guard <[email protected] >" ,
7
7
" Max Brunsfeld <[email protected] >" ,
@@ -30,7 +30,7 @@ include = [
30
30
path = " bindings/rust/lib.rs"
31
31
32
32
[dependencies ]
33
- tree-sitter = " 0.20 "
33
+ tree-sitter = " >= 0.19, < 0.21 "
34
34
35
35
[build-dependencies ]
36
36
cc = " 1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tree-sitter-c-sharp" ,
3
- "version" : " 0.19.1 " ,
3
+ "version" : " 0.20.0 " ,
4
4
"description" : " C# grammar for tree-sitter" ,
5
5
"main" : " bindings/node" ,
6
6
"keywords" : [
18
18
"nan" : " ^2.14.0"
19
19
},
20
20
"devDependencies" : {
21
- "tree-sitter-cli" : " ^0.19.4 "
21
+ "tree-sitter-cli" : " ^0.20.0 "
22
22
},
23
23
"scripts" : {
24
24
"test" : " tree-sitter test && node test.js"
You can’t perform that action at this time.
0 commit comments