Skip to content

Commit

Permalink
bump dep vers
Browse files Browse the repository at this point in the history
  • Loading branch information
FObersteiner committed Jun 15, 2024
1 parent b108435 commit 5a6a2cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Empty file modified README.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const std = @import("std");
const log = std.log.scoped(.ntp_client_build);
const client_version = std.SemanticVersion{ .major = 0, .minor = 0, .patch = 8 };
const client_version = std.SemanticVersion{ .major = 0, .minor = 0, .patch = 9 };

pub fn build(b: *std.Build) void {
const target = b.standardTargetOptions(.{});
Expand Down
6 changes: 3 additions & 3 deletions build.zig.zon
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
.{
.name = "ntp_client",
.version = "0.0.8",
.version = "0.0.9",
.dependencies = .{
.zdt = .{
.url = "https://codeberg.org/FObersteiner/zdt/archive/v0.1.3-pre.tar.gz",
.hash = "1220c244f66da0850c257d9d0c4a88f160992d76078c4e812b9ca16614cdc9961086",
.url = "https://codeberg.org/FObersteiner/zdt/archive/v0.1.3.tar.gz",
.hash = "12208e1603b7f99c6ab36d3f52296dcf11dc26b9e7a9d89c8f7695432ddd585caf87",
},
.flags = .{
.url = "https://github.com/n0s4/flags/archive/refs/tags/v0.5.0.tar.gz",
Expand Down

0 comments on commit 5a6a2cb

Please sign in to comment.