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 11[package ]
22name = " tree-sitter-c-sharp"
33description = " C# grammar for the tree-sitter parsing library"
4- version = " 0.19.1 "
4+ version = " 0.20.0 "
55authors = [
66 " Damien Guard <[email protected] >" ,
77 " Max Brunsfeld <[email protected] >" ,
@@ -30,7 +30,7 @@ include = [
3030path = " bindings/rust/lib.rs"
3131
3232[dependencies ]
33- tree-sitter = " 0.20 "
33+ tree-sitter = " >= 0.19, < 0.21 "
3434
3535[build-dependencies ]
3636cc = " 1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " tree-sitter-c-sharp" ,
3- "version" : " 0.19.1 " ,
3+ "version" : " 0.20.0 " ,
44 "description" : " C# grammar for tree-sitter" ,
55 "main" : " bindings/node" ,
66 "keywords" : [
1818 "nan" : " ^2.14.0"
1919 },
2020 "devDependencies" : {
21- "tree-sitter-cli" : " ^0.19.4 "
21+ "tree-sitter-cli" : " ^0.20.0 "
2222 },
2323 "scripts" : {
2424 "test" : " tree-sitter test && node test.js"
You can’t perform that action at this time.
0 commit comments