Zmpl partial ZmplValue

Update Zmpl to allow passing `*ZmplValue` as an argument, i.e. this
should work where the ref `foo` is any Zmpl value:

```
@partial($.foo)
```
This commit is contained in:
Bob Farrell 2025-05-12 17:43:27 +01:00
parent 6baa8c114a
commit 275cc51ece

View File

@ -25,8 +25,8 @@
.hash = "jetkv-0.0.0-zCv0fmCGAgCyYqwHjk0P5KrYVRew1MJAtbtAcIO-WPpT", .hash = "jetkv-0.0.0-zCv0fmCGAgCyYqwHjk0P5KrYVRew1MJAtbtAcIO-WPpT",
}, },
.zmpl = .{ .zmpl = .{
.url = "https://github.com/jetzig-framework/zmpl/archive/4a3b7a9fb51fb107e4402c5086e19b7e37c4c700.tar.gz", .url = "https://github.com/jetzig-framework/zmpl/archive/1cbe59111f3fe8884f98be83be018459eaf122e0.tar.gz",
.hash = "zmpl-0.0.1-SYFGBtaXAwDUa98G0H2stn8sDtaqJCFiapkmBBQ_YPUA", .hash = "zmpl-0.0.1-SYFGBiGdAwBTEQE3zb8H1bNVx0AdpL8ACKxyMBmw_sGF",
}, },
.httpz = .{ .httpz = .{
.url = "https://github.com/karlseguin/http.zig/archive/37d7cb9819b804ade5f4b974b82f8dd0622225ed.tar.gz", .url = "https://github.com/karlseguin/http.zig/archive/37d7cb9819b804ade5f4b974b82f8dd0622225ed.tar.gz",