From e3c70f2cf02a6cb83f347ceb6e1871d792fc44bd Mon Sep 17 00:00:00 2001 From: JianFeeeee Date: Tue, 25 Aug 2026 19:20:34 +0800 Subject: [PATCH] =?UTF-8?q?release:=20lua536runner=20=E5=8C=85=E5=91=BD?= =?UTF-8?q?=E5=90=8D(=E4=B8=AD=E5=BF=83=E4=BB=93=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=B8=93=E7=94=A8)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cjpm.toml | 2 +- src/bridge.cj | 2 +- src/lua_runner_test.cj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cjpm.toml b/cjpm.toml index 571b713..0ab18a1 100644 --- a/cjpm.toml +++ b/cjpm.toml @@ -1,5 +1,5 @@ [package] -name = "luaRunner" +name = "lua536runner" version = "0.2.2" description = "Lite and High performance LuaRunner" cjc-version = "1.1.0" diff --git a/src/bridge.cj b/src/bridge.cj index 6dffb0b..66f4393 100644 --- a/src/bridge.cj +++ b/src/bridge.cj @@ -1,4 +1,4 @@ -package luaRunner +package lua536runner // ==================== FFI底层 ==================== diff --git a/src/lua_runner_test.cj b/src/lua_runner_test.cj index 3065eed..45a34c7 100644 --- a/src/lua_runner_test.cj +++ b/src/lua_runner_test.cj @@ -1,4 +1,4 @@ -package luaRunner +package lua536runner import std.unittest.* // cjlint-ignore G.PKG.01 import std.fs.* // cjlint-ignore G.PKG.01