Skip to content

Commit c20bc25

Browse files
luigi-rossoluigi-rosso
andcommitted
feature: bump to luau 706 (#11544) 0edc7b14a8
* feature: bump to luau 706 * fix: clang format Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
1 parent c577dfd commit c20bc25

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f16f751405686bab7f51b16131af210b1bf1cee8
1+
0edc7b14a8562886525f09edb8a87ed7308c4819

scripting/premake5.lua

Lines changed: 5 additions & 5 deletions
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_30')
2+
local luau = dependency.github('luigi-rosso/luau', 'rive_0_31')
33
local libhydrogen = dependency.github('luigi-rosso/libhydrogen', 'rive_0_1')
44

55
dofile('rive_build_config.lua')
@@ -39,10 +39,10 @@ end
3939
project('luau_compiler')
4040
do
4141
kind('None')
42-
43-
filter({
44-
'options:with_rive_tools or options:with_rive_docs',
45-
'options:not flutter_runtime or options:with_rive_docs'
42+
43+
filter({
44+
'options:with_rive_tools or options:with_rive_docs',
45+
'options:not flutter_runtime or options:with_rive_docs',
4646
})
4747
do
4848
kind('StaticLib')

0 commit comments

Comments
 (0)