Rev Luau to rive_0_726 (upstream 0.726) (#12953) 61822bb247
Rev Luau to rive_0_726 and adapt scripting workspace to the 0.726 API

Co-authored-by: Luigi Rosso <luigi-rosso@users.noreply.github.com>
diff --git a/.rive_head b/.rive_head
index 9477b85..8797046 100644
--- a/.rive_head
+++ b/.rive_head
@@ -1 +1 @@
-63b84503614ecff326f5d20bfb4bd72c161d4e9e
+61822bb24793050f151e291788b912a2fea1cffb
diff --git a/scripting/premake5.lua b/scripting/premake5.lua
index 4e4dee5..b78e361 100755
--- a/scripting/premake5.lua
+++ b/scripting/premake5.lua
@@ -1,5 +1,5 @@
 local dependency = require('dependency')
-local luau = dependency.github('luigi-rosso/luau', 'rive_0_36')
+local luau = dependency.github('luigi-rosso/luau', 'rive_0_726')
 local libhydrogen = dependency.github('luigi-rosso/libhydrogen', 'rive_0_2')
 
 dofile('rive_build_config.lua')