File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
.{
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
+ },
9
10
},
10
- },
11
11
}
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ fn Arguments(
125
125
}
126
126
127
127
return @Type (.{ .Struct = .{
128
- .layout = .Auto ,
128
+ .layout = .auto ,
129
129
.fields = fields [0.. i ],
130
130
.decls = &.{},
131
131
.is_tuple = false ,
You can’t perform that action at this time.
0 commit comments