From a5f65a9e8df9fee2ffb76f09f96442a3693400a6 Mon Sep 17 00:00:00 2001 From: JianFeeeee Date: Tue, 25 Aug 2026 19:20:34 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=BB=9F=E4=B8=80=20package=20=E5=A3=B0?= =?UTF-8?q?=E6=98=8E=E4=B8=BA=20lua524runner?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bridge.cj | 2 +- src/lua_runner_test.cj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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