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

This commit is contained in:
JianFeeeee
2026-08-25 19:16:27 +08:00
parent c9cc9bcb41
commit 74e59752d5
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "luaRunner"
version = "0.2.2"
description = "Lite and High performance LuaRunner"
name = "lua515runner"
version = "0.2.6"
description = "Lua 5.1.5 runner for Cangjie (typed interop)"
cjc-version = "1.1.0"
license = "LGPL-3.0-or-later"
output-type ="dynamic"

View File

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

View File

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