From c609af0fbc7d9f4b708ca611106fc72afeceddb3 Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 18 Nov 2024 02:53:02 -0500 Subject: [PATCH] Update the tree-sitter checkout --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index b1c2e5e..d02deab 100644 --- a/justfile +++ b/justfile @@ -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"