Skip to content

Commit 8bdb0b9

Browse files
luigi-rossoluigi-rosso
andcommitted
chore: bump to luau 0.711 (#11837) e74f1cb12e
* chore: bump to luau 0.711 * fix: clang-format * fix: clang format Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
1 parent d89f0fb commit 8bdb0b9

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2b8d8a0b031d008b866cf3a17757e2b9e7612ca4
1+
e74f1cb12e4748bb1611b857d4413a9820dc9882

scripting/premake5.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local dependency = require('dependency')
2-
local luau = dependency.github('luigi-rosso/luau', 'rive_0_32')
2+
local luau = dependency.github('luigi-rosso/luau', 'rive_0_33')
33
local libhydrogen = dependency.github('luigi-rosso/libhydrogen', 'rive_0_1')
44

55
dofile('rive_build_config.lua')

src/lua/rive_lua_libs.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,8 @@ namespace rive
201201
{
202202
int luaopen_rive(lua_State* L)
203203
{
204-
lua_callbacks(L)->useratom = [](const char* s, size_t l) -> int16_t {
204+
lua_callbacks(L)->useratom =
205+
[](lua_State*, const char* s, size_t l) -> int16_t {
205206
auto itr = atoms.find(s);
206207
if (itr != atoms.end())
207208
{

0 commit comments

Comments
 (0)