File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4040 packages : b3sum
4141 version : 1.0
4242 - uses : mlugg/setup-zig@v1
43- with :
44- version : 0.14.0
4543 - name : " Build"
4644 run : |
4745 zig build build-all -Doptimize=$OPTIMIZE
Original file line number Diff line number Diff line change 55
66 .fingerprint = 0x6002b2b610072fc5 ,
77
8- .minimum_zig_version = "0.14.0 " ,
8+ .minimum_zig_version = "0.15.0-dev.386+2e35fdd03 " ,
99
1010 .dependencies = .{
1111 .plthook = .{
Original file line number Diff line number Diff line change 11[tools ]
2- zig = " 0.14 "
2+ zig = " ref:master "
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ pub fn image_open_from_file_with_name(
187187 alloc ,
188188 std .math .maxInt (usize ),
189189 @intCast (stat_size ),
190- @alignOf (std .c .max_align_t ),
190+ . of (std .c .max_align_t ),
191191 0 ,
192192 ) catch | e | {
193193 logger .err ("Failed to read Mono image file: {}" , .{e });
You can’t perform that action at this time.
0 commit comments