release: lua536runner 包命名(中心仓发布专用)

This commit is contained in:
JianFeeeee
2026-08-25 19:20:34 +08:00
parent 354abddfc8
commit e3c70f2cf0
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
[package]
name = "luaRunner"
name = "lua536runner"
version = "0.2.2"
description = "Lite and High performance LuaRunner"
cjc-version = "1.1.0"

View File

@ -1,4 +1,4 @@
package luaRunner
package lua536runner
// ==================== FFI底层 ====================

View File

@ -1,4 +1,4 @@
package luaRunner
package lua536runner
import std.unittest.* // cjlint-ignore G.PKG.01
import std.fs.* // cjlint-ignore G.PKG.01