Skip to content

Commit

Permalink
cli: Bump tree-sitter dependency to 0.20.10
Browse files Browse the repository at this point in the history
tree-sitter#2085 added the ts_query_is_pattern_non_local API
and its usage in tree-sitter-cli, so bump version accordingly.
  • Loading branch information
jamessan committed Mar 15, 2023
1 parent a318b42 commit 23faf59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ webbrowser = "0.5.1"
which = "4.1.0"

[dependencies.tree-sitter]
version = "0.20.3"
version = "0.20.10"
path = "../lib"

[dependencies.tree-sitter-config]
Expand Down

0 comments on commit 23faf59

Please sign in to comment.