diff options
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/build.zig.zon b/build.zig.zon index 9410190..76e670f 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -3,10 +3,8 @@ .version = "0.0.0", .dependencies = .{ .zine = .{ - // TODO switch back to kristoff-it when https://github.com/kristoff-it/zine/pull/36 is merged - .url = "git+https://github.com/veggiemonk/zine.git#1de396698c2f336371668d18c87fee1d32c98e05", - .hash = "1220b10ab22d344339c4178565f981e7273d38ee702fbf9b18c1ae67da5eea81f34d", - //.path = "../zine", + .url = "https://github.com/kristoff-it/zine/archive/refs/tags/v0.3.0.zip", + .hash = "122082799c345efd9630f2f8c55c8a4093125fd10f0f8a7ecd7d768c06c831955483", }, }, .paths = .{"."}, |