Skip to content

Commit

Permalink
Revert "Loosen tree-sitter dependency versions (#379)"
Browse files Browse the repository at this point in the history
This reverts commit feb5398.
  • Loading branch information
alex-pinkus committed Mar 16, 2024
1 parent 78a736d commit fecf3a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ include = [
path = "bindings/rust/lib.rs"

[dependencies]
tree-sitter = ">=0.20.4, <0.23.0"
tree-sitter = "^0.20.4"

[build-dependencies]
cc = "1.0"

[dev-dependencies]
anyhow = "1.0"
tree-sitter = "0.20.4"

0 comments on commit fecf3a3

Please sign in to comment.