aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2024-08-10 20:19:17 +0100
committerMartin Ashby <martin@ashbysoft.com>2024-08-10 20:19:17 +0100
commite05f4b47ecd0cb0dac273afc420b51768bedcc5e (patch)
tree5d6dac85388af71e30a032670f3b9622e6535604 /build.zig.zon
parent8a0464bcf2582084bd765f67de6f283545af2c7d (diff)
downloadmfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.gz
mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.bz2
mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.tar.xz
mfashby.net-e05f4b47ecd0cb0dac273afc420b51768bedcc5e.zip
Migrate to zine 0.3.0
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon6
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 = .{"."},