Skip to content

Commit

Permalink
Bump tree-sitter and install tree-sitter-language
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Dec 20, 2024
1 parent 649c557 commit 527b701
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
25 changes: 17 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ typed-arena = "2.0.2"
rustc-hash = "2.0.0"
strsim = "0.10.0"
lazy_static = "1.4.0"
tree-sitter = "0.22.0"
tree-sitter = "0.23.0"
libc = "0.2.108"
log = "0.4.14"
pretty_env_logger = "0.5.0"
Expand Down Expand Up @@ -76,6 +76,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
line-numbers = "0.3.0"
smallvec = "1.13.2"
tree-sitter-language = "0.1.3"

[dev-dependencies]
# assert_cmd 2.0.10 requires predicates 3.
Expand Down

0 comments on commit 527b701

Please sign in to comment.