diff --git a/src/bridge.cj b/src/bridge.cj index 66f4393..1bec978 100644 --- a/src/bridge.cj +++ b/src/bridge.cj @@ -1,4 +1,4 @@ -package lua536runner +package lua524runner // ==================== FFI底层 ==================== diff --git a/src/lua_runner_test.cj b/src/lua_runner_test.cj index 45a34c7..66a899f 100644 --- a/src/lua_runner_test.cj +++ b/src/lua_runner_test.cj @@ -1,4 +1,4 @@ -package lua536runner +package lua524runner import std.unittest.* // cjlint-ignore G.PKG.01 import std.fs.* // cjlint-ignore G.PKG.01