Skip to content

Commit e34791e

Browse files
committed
bug fix
1 parent 1c93ce8 commit e34791e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

frameworks/Zig/zinc/build.zig.zon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
.hash = "122077215ce36e125a490e59ec1748ffd4f6ba00d4d14f7308978e5360711d72d77f",
1212
},
1313
.pg = .{
14-
.url = "git+https://github.com/karlseguin/pg.zig",
14+
.url = "git+https://github.com/karlseguin/pg.zig#21db2306aff657802f9cb10a1e7f8fe9c33e7990",
1515
.hash = "1220df8995ceea78a4a37a505fc779ded75725d0606c33fded26103953524dde1619",
1616
},
1717
.mustache = .{

frameworks/Zig/zinc/src/main.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pub fn main() !void {
2020

2121
fn plaintext(ctx: *zinc.Context) anyerror!void {
2222
try ctx.setHeader("Content-Type", "text/plain; charset=utf-8");
23-
try ctx.setBody("Hello, world!", .{});
23+
try ctx.setBody("Hello, world!");
2424
}
2525

2626
fn json(ctx: *zinc.Context) anyerror!void {

0 commit comments

Comments
 (0)