Skip to content

Commit 58ba839

Browse files
authored
Merge branch 'tree-sitter:master' into master
2 parents c0ba8d7 + 069ef6e commit 58ba839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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-java"
33
description = "Java grammar for the tree-sitter parsing library"
4-
version = "0.19.0"
4+
version = "0.20.0"
55
authors = [
66
"Douglas Creager <[email protected]>",
77
"Ayman Nadeem <[email protected]>",
@@ -25,7 +25,7 @@ include = [
2525
path = "bindings/rust/lib.rs"
2626

2727
[dependencies]
28-
tree-sitter = "0.19"
28+
tree-sitter = ">= 0.19, < 0.21"
2929

3030
[build-dependencies]
3131
cc = "1.0"

0 commit comments

Comments
 (0)