Skip to content

Commit

Permalink
fix: get tree-sitter with updated parsers and disabled sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
neurocyte committed Feb 23, 2024
1 parent 10de00d commit 51e07f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
.version = "0.0.1",
.dependencies = .{
.@"tree-sitter" = .{
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-d701b79b2f8c36d9e4c82532572ff407d410bb38/source.tar.gz",
.hash = "1220c81262a98b3969b3aedd16dbd491f8406f213ce503c6cefb7a14d9dd149aa75d",
.url = "https://github.com/neurocyte/tree-sitter/releases/download/master-03b9a9d46c66796e4f4b7b8c0b071894f97bc62e/source.tar.gz",
.hash = "12209c2587490476cb8dde5459188fe22dba7a7e12d0a6c3d5d500aa0883bb2c8b10",
},
.clap = .{
.url = "https://github.com/Hejsil/zig-clap/archive/9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz",
Expand Down

0 comments on commit 51e07f8

Please sign in to comment.