Skip to content

Commit

Permalink
update zdt dependence, 0.14 compile step target field
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Jan 4, 2025
1 parent cab4a56 commit 68ef753
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ pub fn build(b: *std.Build) void {
const test_step = b.step("test", "Run ntplib unit tests");
const unit_tests = b.addTest(.{
.root_source_file = b.path("src/test_ntplib.zig"),
.target = target,
.target = b.graph.host,
.optimize = optimize,
});
unit_tests.root_module.addImport("ntplib", ntplib_module);
Expand Down
4 changes: 2 additions & 2 deletions build.zig.zon
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
.lazy = true,
},
.zdt = .{
.url = "https://github.com/FObersteiner/zdt/archive/refs/tags/v0.4.2.tar.gz",
.hash = "1220c15c8a9cd066ec706bf84591bc33c23b2d812a7ce69f9244dda110da2cc3a813",
.url = "https://github.com/FObersteiner/zdt/archive/refs/tags/v0.4.3.tar.gz",
.hash = "1220ae70e2ffc518e004c24910069dfe0487784a1d7fb773e375b1488d4a3a35380b",
.lazy = true,
},
},
Expand Down

0 comments on commit 68ef753

Please sign in to comment.