Skip to content

Commit 66805de

Browse files
committed
Loosen Rust crate's tree-sitter dependency
Nothing in the Rust binding depends on tree-sitter 0.20 in particular; it works just fine if you haven't updated from 0.19 yet. (Other versions might work as well; these are the only two that I tested.)
1 parent c7dd612 commit 66805de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ include = [
2525
path = "bindings/rust/lib.rs"
2626

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

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

0 commit comments

Comments
 (0)