Skip to content

Commit 7a47dae

Browse files
authored
Bump for v0.20.0 release (#234)
* Bump for v0.20.0 release * Keep compatibility with tree-sitter 0.19 as per JS etc.
1 parent f3f1b65 commit 7a47dae

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "tree-sitter-c-sharp"
33
description = "C# grammar for the tree-sitter parsing library"
4-
version = "0.19.1"
4+
version = "0.20.0"
55
authors = [
66
"Damien Guard <[email protected]>",
77
"Max Brunsfeld <[email protected]>",
@@ -30,7 +30,7 @@ include = [
3030
path = "bindings/rust/lib.rs"
3131

3232
[dependencies]
33-
tree-sitter = "0.20"
33+
tree-sitter = ">= 0.19, < 0.21"
3434

3535
[build-dependencies]
3636
cc = "1.0"

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -18,7 +18,7 @@
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"

0 commit comments

Comments
 (0)