Skip to content

Commit

Permalink
tree-sitter: bump to 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
echawk committed Sep 29, 2024
1 parent be4ce9c commit 7f83d8c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion utils/tree-sitter/build
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export DESTDIR="$1"
make
(
cd cli
cargo build --release --locked --all-features
cargo build --release --locked --offline
)
make PREFIX=/usr install
mkdir -p "$1/usr/bin/"
Expand Down
2 changes: 1 addition & 1 deletion utils/tree-sitter/checksums
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9bf69532c96fcccb38155a1d4b614ad778a4ec7b3959843007a00caacc6303859b
661512cd1846787fab36121ac4cb293f5799db0f53ce3702ec44e2b2782c7fddea
2 changes: 1 addition & 1 deletion utils/tree-sitter/sources
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/tree-sitter/tree-sitter/archive/v0.22.5/tree-sitter-0.22.5.tar.gz
https://github.com/tree-sitter/tree-sitter/archive/v0.23.0/tree-sitter-0.23.0.tar.gz
2 changes: 1 addition & 1 deletion utils/tree-sitter/version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.22.5 1
0.23.0 1

0 comments on commit 7f83d8c

Please sign in to comment.