File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cfg-if = "1.0"
40
40
pkg-config = " 0.3.17"
41
41
lua-src = { version = " >= 547.0.0, < 547.1.0" , optional = true }
42
42
luajit-src = { version = " >= 210.5.0, < 210.6.0" , optional = true }
43
- luau0-src = { version = " 0.12 .0" , optional = true }
43
+ luau0-src = { version = " 0.13 .0" , optional = true }
44
44
45
45
[lints .rust ]
46
46
unexpected_cfgs = { level = " allow" , check-cfg = [' cfg(raw_dylib)' ] }
Original file line number Diff line number Diff line change @@ -290,7 +290,7 @@ extern "C-unwind" {
290
290
pub fn lua_setuserdatatag ( L : * mut lua_State , idx : c_int , tag : c_int ) ;
291
291
pub fn lua_setuserdatadtor ( L : * mut lua_State , tag : c_int , dtor : Option < lua_Destructor > ) ;
292
292
pub fn lua_getuserdatadtor ( L : * mut lua_State , tag : c_int ) -> Option < lua_Destructor > ;
293
- pub fn lua_setuserdatametatable ( L : * mut lua_State , tag : c_int , idx : c_int ) ;
293
+ pub fn lua_setuserdatametatable ( L : * mut lua_State , tag : c_int ) ;
294
294
pub fn lua_getuserdatametatable ( L : * mut lua_State , tag : c_int ) ;
295
295
pub fn lua_setlightuserdataname ( L : * mut lua_State , tag : c_int , name : * const c_char ) ;
296
296
pub fn lua_getlightuserdataname ( L : * mut lua_State , tag : c_int ) -> * const c_char ;
You can’t perform that action at this time.
0 commit comments