From 1041b0a955134ac5b6c41e9b03c2945fe6913015 Mon Sep 17 00:00:00 2001 From: Yves Biener Date: Sat, 15 Feb 2025 16:00:55 +0100 Subject: [PATCH] mod: update `zg` dependency `zg` now supports zig 0.14 dev which this library already uses. --- build.zig.zon | 4 ++-- examples/container.zig | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 1908181..b374a46 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -24,8 +24,8 @@ // internet connectivity. .dependencies = .{ .zg = .{ - .url = "git+https://codeberg.org/atman/zg#a363f507fc39b96fc48d693665a823a358345326", - .hash = "1220fe42e39fd141c84fd7d5cf69945309bb47253033e68788f99bdfe5585fbc711a", + .url = "git+https://codeberg.org/atman/zg#4a002763419a34d61dcbb1f415821b83b9bf8ddc", + .hash = "1220f3e29bc40856bfc06e0ee133f814b0011c76de987d8a6a458c2f34d82708899a", }, }, .paths = .{ diff --git a/examples/container.zig b/examples/container.zig index 88d98d0..6bb5012 100644 --- a/examples/container.zig +++ b/examples/container.zig @@ -6,9 +6,6 @@ const Key = zterm.Key; const log = std.log.scoped(.example); -// TODO: maybe inlining the functions should be done as well to reduce the call -// stacks (might be important for more complex structures) - pub const ExampleElement = struct { pub fn element(this: *@This()) App.Element { return .{