diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2026-04-22 10:05:40 +0200 |
|---|---|---|
| committer | Christian Clason <ch.clason+github@icloud.com> | 2026-04-22 10:49:44 +0200 |
| commit | 09874a8b25cffa43c12498987c76039230e7fb25 (patch) | |
| tree | 81fa8fb323d2b79c4d1c39f2304b4ce8a2de6f0b | |
| parent | e53e728c925641397bc25969457db67189a2eb75 (diff) | |
build(deps): bump tree-sitter-c to v0.24.2
| -rw-r--r-- | build.zig.zon | 4 | ||||
| -rw-r--r-- | cmake.deps/deps.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build.zig.zon b/build.zig.zon index c77cff1c5d..2067d98f92 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -42,8 +42,8 @@ .lazy = true, }, .treesitter_c = .{ - .url = "git+https://github.com/tree-sitter/tree-sitter-c?ref=v0.24.1#7fa1be1b694b6e763686793d97da01f36a0e5c12", - .hash = "N-V-__8AANxPSABzw3WBTSH_YkwaGAfrK6PBqAMqQedkDDim", + .url = "git+https://github.com/tree-sitter/tree-sitter-c?ref=v0.24.2#b780e47fc780ddc8da13afa35a3f4ed5c157823d", + .hash = "tree_sitter_c-0.24.2-y5boS-ptQADHoCoVfjGT_nFtFQ5LbomIkW0fxG3_cmdB", }, .treesitter_markdown = .{ .url = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?ref=v0.5.3#f969cd3ae3f9fbd4e43205431d0ae286014c05b5", diff --git a/cmake.deps/deps.txt b/cmake.deps/deps.txt index ec5c29cc09..ac65f1622b 100644 --- a/cmake.deps/deps.txt +++ b/cmake.deps/deps.txt @@ -31,8 +31,8 @@ LIBICONV_SHA256 8f74213b56238c85a50a5329f77e06198771e70dd9a739779f4c02f65d971313 UTF8PROC_URL https://github.com/juliastrings/utf8proc/archive/v2.11.3.tar.gz UTF8PROC_SHA256 abfed50b6d4da51345713661370290f4f4747263ee73dc90356299dfc7990c78 -TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.24.1.tar.gz -TREESITTER_C_SHA256 25dd4bb3dec770769a407e0fc803f424ce02c494a56ce95fedc525316dcf9b48 +TREESITTER_C_URL https://github.com/tree-sitter/tree-sitter-c/archive/v0.24.2.tar.gz +TREESITTER_C_SHA256 2eeb4db31f8fa0865e45488503d13403923bcb485a1bdb637abff8c42dd97364 TREESITTER_LUA_URL https://github.com/tree-sitter-grammars/tree-sitter-lua/archive/v0.5.0.tar.gz TREESITTER_LUA_SHA256 cf01b93f4b61b96a6d27942cf28eeda4cbce7d503c3bef773a8930b3d778a2d9 TREESITTER_VIM_URL https://github.com/tree-sitter-grammars/tree-sitter-vim/archive/v0.8.1.tar.gz |
