Skip to content

Commit 2fcb401

Browse files
committed
update to zine v0.9.0 and zig 0.14.0
1 parent 6eb424d commit 2fcb401

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Usage
22

3-
../zig-linux-x86_64-0.13.0/zig build serve
3+
../zig-linux-x86_64-0.14.0/zig build serve
44

55
### Markdown languages
66

build.zig.zon

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
.{
2-
.name = "Zine Website",
2+
.name = .website,
33
.version = "0.0.0",
4+
.minimum_zig_version = "0.14.0",
5+
.fingerprint = 0x476f5de784f36e94,
6+
47
.dependencies = .{
58
.zine = .{
6-
.url = "git+https://github.com/kristoff-it/zine?ref=v0.8.0#ec0f549654a4f7183d4520227b6748bba7ade98e",
7-
.hash = "122049c99f3faaaff159cdccb3792d1518b10534e8225e26e5b24a369d325b0ebdc5",
9+
.url = "git+https://github.com/kristoff-it/zine?ref=v0.9.0#e918b49937c071187a26b19132f707a5b53e381e",
10+
.hash = "1220066f645b5ef9f9080e48073942fd3434ad789ad9548496d48d60fab5467cde15",
811
},
912
},
1013
.paths = .{"."},

0 commit comments

Comments
 (0)