fix: get tree-sitter with updated parsers and disabled sanitizer
This commit is contained in:
parent
10de00d684
commit
51e07f8c92
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue