Skip to content

Commit 547f82a

Browse files
committed
Bump TARGET_MLUA_LUAU_ABI_VERSION
1 parent 9ea98e3 commit 547f82a

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 = 2;
23+
const TARGET_MLUA_LUAU_ABI_VERSION: u32 = 3;
2424

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

0 commit comments

Comments
 (0)