Skip to content

Commit be469a6

Browse files
chore: updates
1 parent e25589e commit be469a6

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.zig.zon

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
.{
2-
.name = "ziggybox",
3-
.version = "0.1.0",
4-
.paths = .{"."},
5-
.dependencies = .{
6-
.clap = .{
7-
.url = "https://github.com/Hejsil/zig-clap/archive/4267b0b60ef6f87cccf3ee6ed481e6d0759180c6.tar.gz",
8-
.hash = "12202fa30d679d821292bcd953458b9e76097a5d16999489125a206db63a53392833",
2+
.name = "ziggybox",
3+
.version = "0.1.0",
4+
.paths = .{"."},
5+
.dependencies = .{
6+
.clap = .{
7+
.url = "https://github.com/Hejsil/zig-clap/archive/209ba4da76e46412acfe18f711cb0b041ff37f10.tar.gz",
8+
.hash = "12200103e7b4a0cb162f2912df4fe97914024a25b5c9fcce6ea4119744f3f2a7f24e",
9+
},
910
},
10-
},
1111
}

lib/ziggybox/clap.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ fn Arguments(
125125
}
126126

127127
return @Type(.{ .Struct = .{
128-
.layout = .Auto,
128+
.layout = .auto,
129129
.fields = fields[0..i],
130130
.decls = &.{},
131131
.is_tuple = false,

0 commit comments

Comments
 (0)