Skip to content

Commit f8fe924

Browse files
committed
Bump TARGET_MLUA_LUAU_ABI_VERSION
1 parent 5c54361 commit f8fe924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luau/package.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ use {libloading::Library, rustc_hash::FxHashMap};
2020
//
2121

2222
#[cfg(unix)]
23-
const TARGET_MLUA_LUAU_ABI_VERSION: u32 = 1;
23+
const TARGET_MLUA_LUAU_ABI_VERSION: u32 = 2;
2424

2525
#[cfg(all(unix, feature = "module"))]
2626
#[no_mangle]

0 commit comments

Comments
 (0)