Skip to content

Commit

Permalink
Update tree-sitter to v0.22.5
Browse files Browse the repository at this point in the history
New hash is cdd46888603e06d6474a96c0024907f68242c45f, from https://github.com/tree-sitter/tree-sitter/releases/tag/v0.22.5.
  • Loading branch information
tgross35 committed May 1, 2024
1 parent 6c2f018 commit f70a36d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fuzz_out := bin_dir / "fuzz.out"

ts_path := justfile_directory() / "repositories" / "tree-sitter"
ts_repo := "https://github.com/tree-sitter/tree-sitter"
ts_sha := "1c55abb5308fe3891da545662e5df7ba28ade275" # v0.21.0
ts_sha := "cdd46888603e06d6474a96c0024907f68242c45f" # v0.22.5

just_path := justfile_directory() / "repositories" / "just"
just_repo := "https://github.com/casey/just.git"
Expand Down Expand Up @@ -321,7 +321,7 @@ _clone-repo url path sha:

if [ ! -d '{{ path }}' ]; then
echo "Cloning {{ url }}"
git clone '{{ url }}' '{{ path }}' --depth=100
git clone '{{ url }}' '{{ path }}' --depth=1000
fi

actual_sha=$(git -C '{{ path }}' rev-parse HEAD)
Expand Down

0 comments on commit f70a36d

Please sign in to comment.