We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0398af8 commit 561b60cCopy full SHA for 561b60c
build/lua.zig
@@ -35,7 +35,7 @@ pub fn configure(
35
.lua51 => .{ .major = 5, .minor = 1, .patch = 5 },
36
.lua52 => .{ .major = 5, .minor = 2, .patch = 4 },
37
.lua53 => .{ .major = 5, .minor = 3, .patch = 6 },
38
- .lua54 => .{ .major = 5, .minor = 4, .patch = 7 },
+ .lua54 => .{ .major = 5, .minor = 4, .patch = 8 },
39
else => unreachable,
40
};
41
0 commit comments