We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c54361 commit f8fe924Copy full SHA for f8fe924
src/luau/package.rs
@@ -20,7 +20,7 @@ use {libloading::Library, rustc_hash::FxHashMap};
20
//
21
22
#[cfg(unix)]
23
-const TARGET_MLUA_LUAU_ABI_VERSION: u32 = 1;
+const TARGET_MLUA_LUAU_ABI_VERSION: u32 = 2;
24
25
#[cfg(all(unix, feature = "module"))]
26
#[no_mangle]
0 commit comments