Update to Luau 0.590

This commit is contained in:
Alex Orlenko
2023-08-12 14:12:59 +01:00
parent c0c6a33f94
commit c137da7618
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -39,4 +39,4 @@ cfg-if = "1.0"
pkg-config = "0.3.17"
lua-src = { version = ">= 546.0.0, < 546.1.0", optional = true }
luajit-src = { version = ">= 210.4.6, < 210.5.0", optional = true }
luau0-src = { version = "0.6.0", optional = true }
luau0-src = { version = "0.7.0", optional = true }
+1 -1
View File
@@ -11,7 +11,7 @@ pub struct lua_CompileOptions {
pub vectorLib: *const c_char,
pub vectorCtor: *const c_char,
pub vectorType: *const c_char,
pub mutableGlobals: *mut *const c_char,
pub mutableGlobals: *const *const c_char,
}
extern "C-unwind" {