Skip to content

Commit

Permalink
chore: release 0.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ObserverOfTime committed Nov 19, 2024
1 parent c37b232 commit c70aec4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub fn build(b: *std.Build) void {
const optimize = b.standardOptimizeOption(.{});
const exe = b.addExecutable(.{
.name = "tree-sitter-temp",
.name = "zig-tree-sitter-usage",
.root_source_file = b.path("src/main.zig"),
.target = target,
.optimize = optimize,
Expand Down
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
.{
.name = "tree_sitter",

.version = "0.24.0",
.version = "0.24.1",

.dependencies = .{
.@"tree-sitter" = .{
.url = "https://github.com/tree-sitter/tree-sitter/archive/refs/tags/v0.24.4.tar.gz",
.hash = "1220c303c3687d75c5d65204d536e9a07e7e2f434b8a6136c25278384de33cd3d39a",
},
.@"tree-sitter-c" = .{
.url = "https://github.com/tree-sitter/tree-sitter-c/archive/refs/tags/v0.23.1.tar.gz",
.hash = "1220422ed862a57c2a4bc3e0987fd014536c0caafff70656b84a566f2cde43e9a603",
.url = "https://github.com/tree-sitter/tree-sitter-c/archive/refs/tags/v0.23.2.tar.gz",
.hash = "1220bb83b2b5c5de05b9a1146f988238f0cb78800e3141fd7bc5fea3c12a54fd6bed",
.lazy = true,
},
},
Expand Down

0 comments on commit c70aec4

Please sign in to comment.