mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 22:16:08 +00:00
Update zig-args in CLI
Fixes: ``` error: no field named 'path' in union 'Build.LazyPath' .root_source_file = .{ .path = "src/main.zig" } ```
This commit is contained in:
parent
bed5241316
commit
68656fae35
@ -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 = .{
|
||||
|
Loading…
x
Reference in New Issue
Block a user