Skip to content

Commit

Permalink
Merge pull request #188 from tgross35/update-checkouts
Browse files Browse the repository at this point in the history
Update the tree-sitter checkout
  • Loading branch information
tgross35 authored Nov 18, 2024
2 parents 3fe1362 + c609af0 commit ca17d4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fuzz_out := bin_dir / "fuzz.out"
ts_path := justfile_directory() / "repositories" / "tree-sitter"
ts_repo := "https://github.com/tree-sitter/tree-sitter"
ts_branch := "release-0.24" # release tags aren't on `master`
ts_sha := "bdfe32402e85673bbc693216f0a6ef72c98bb665" # v0.24.3
ts_sha := "fc8c1863e2e5724a0c40bb6e6cfc8631bfe5908b" # v0.24.4
just_path := justfile_directory() / "repositories" / "just"
just_repo := "https://github.com/casey/just.git"
Expand Down

0 comments on commit ca17d4f

Please sign in to comment.