authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 12:52:50 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-05-21 12:52:50 -07:00
log8ae0201fe54ad617aa5f2eb055bee16dce98350e
tree36755a5d2401ed90fc9ef14107f568bfefd79892
parentceb64573489955f0fea6df00439c94c7bb715cbc

update to Zig 0.14


1 files changed, 2 insertions(+), 2 deletions(-)

src/lib.zig+2-2
...@@ -60,7 +60,7 @@ fn DerivedPropertyEnum(comptime prop: []const u8) type {...@@ -60,7 +60,7 @@ fn DerivedPropertyEnum(comptime prop: []const u8) type {
60 }};60 }};
61 }61 }
62 }62 }
63 return @Type(.{ .Enum = .{63 return @Type(.{ .@"enum" = .{
64 .tag_type = std.math.IntFittingRange(0, fields.len - 1),64 .tag_type = std.math.IntFittingRange(0, fields.len - 1),
65 .fields = fields,65 .fields = fields,
66 .decls = &.{},66 .decls = &.{},
...@@ -79,7 +79,7 @@ fn DerivedPropertyLongEnum(comptime prop: []const u8) type {...@@ -79,7 +79,7 @@ fn DerivedPropertyLongEnum(comptime prop: []const u8) type {
79 .value = fields.len,79 .value = fields.len,
80 }};80 }};
81 }81 }
82 return @Type(.{ .Enum = .{82 return @Type(.{ .@"enum" = .{
83 .tag_type = std.math.IntFittingRange(0, fields.len - 1),83 .tag_type = std.math.IntFittingRange(0, fields.len - 1),
84 .fields = fields,84 .fields = fields,
85 .decls = &.{},85 .decls = &.{},