From 68656fae355406f62f08b2f63e903dfe0450afbe Mon Sep 17 00:00:00 2001 From: Bob Farrell Date: Tue, 2 Jul 2024 19:30:03 +0100 Subject: [PATCH] Update zig-args in CLI Fixes: ``` error: no field named 'path' in union 'Build.LazyPath' .root_source_file = .{ .path = "src/main.zig" } ``` --- cli/build.zig.zon | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/build.zig.zon b/cli/build.zig.zon index 226feba..cacf203 100644 --- a/cli/build.zig.zon +++ b/cli/build.zig.zon @@ -5,8 +5,8 @@ .dependencies = .{ .args = .{ - .url = "https://github.com/ikskuh/zig-args/archive/872272205d95bdba33798c94e72c5387a31bc806.tar.gz", - .hash = "1220fe6ae56b668cc4a033282b5f227bfbb46a67ede6d84e9f9493fea9de339b5f37", + .url = "https://github.com/ikskuh/zig-args/archive/03af1b6c5bfda9646a562c861055024daed5b238.tar.gz", + .hash = "1220904d2fdcd970dd0d216211d092eb3ef6da01117163cc9393ab845a1d66c029d9", }, }, .paths = .{