Skip to content

Commit ca17d4f

Browse files
authored
Merge pull request #188 from tgross35/update-checkouts
Update the tree-sitter checkout
2 parents 3fe1362 + c609af0 commit ca17d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fuzz_out := bin_dir / "fuzz.out"
1010
ts_path := justfile_directory() / "repositories" / "tree-sitter"
1111
ts_repo := "https://github.com/tree-sitter/tree-sitter"
1212
ts_branch := "release-0.24" # release tags aren't on `master`
13-
ts_sha := "bdfe32402e85673bbc693216f0a6ef72c98bb665" # v0.24.3
13+
ts_sha := "fc8c1863e2e5724a0c40bb6e6cfc8631bfe5908b" # v0.24.4
1414

1515
just_path := justfile_directory() / "repositories" / "just"
1616
just_repo := "https://github.com/casey/just.git"

0 commit comments

Comments
 (0)