We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fe1362 + c609af0 commit ca17d4fCopy full SHA for ca17d4f
justfile
@@ -10,7 +10,7 @@ fuzz_out := bin_dir / "fuzz.out"
10
ts_path := justfile_directory() / "repositories" / "tree-sitter"
11
ts_repo := "https://github.com/tree-sitter/tree-sitter"
12
ts_branch := "release-0.24" # release tags aren't on `master`
13
-ts_sha := "bdfe32402e85673bbc693216f0a6ef72c98bb665" # v0.24.3
+ts_sha := "fc8c1863e2e5724a0c40bb6e6cfc8631bfe5908b" # v0.24.4
14
15
just_path := justfile_directory() / "repositories" / "just"
16
just_repo := "https://github.com/casey/just.git"
0 commit comments