Skip to content

Commit

Permalink
Revert "Update to latest zig"
Browse files Browse the repository at this point in the history
This reverts commit d5b043d.

That commit does not update to latest zig. I didn't catch that it
actually regresses back to 0.13.0.
  • Loading branch information
andrewrk committed Dec 2, 2024
1 parent ffd8df8 commit e283827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ pub fn main() !void {

try stdout_w.writeAll("\n");

inline for (@typeInfo(Command.Measurements).Struct.fields) |field| {
inline for (@typeInfo(Command.Measurements).@"struct".fields) |field| {
const measurement = @field(command.measurements, field.name);
const first_measurement = if (command_n == 1)
null
Expand Down

0 comments on commit e283827

Please sign in to comment.