File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 = .{
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ pub fn main() !void {
2020
2121fn 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
2626fn json (ctx : * zinc.Context ) anyerror ! void {
You can’t perform that action at this time.
0 commit comments