Skip to content

Commit 5d0c1bf

Browse files
author
Patrick Thomson
authored
Loosen tree-sitter library bounds. (#36)
1 parent ec1c4ca commit 5d0c1bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ include = [
2020
path = "bindings/rust/lib.rs"
2121

2222
[dependencies]
23-
tree-sitter = "0.20"
23+
tree-sitter = ">= 0.19, < 0.21"
2424

2525
[build-dependencies]
2626
cc = "1.0"

0 commit comments

Comments
 (0)