release 0.4.0-alpha.1

This commit is contained in:
2026-05-01 17:01:07 +08:00
parent 166e80a6dc
commit 4bc77ed0c8
5 changed files with 17 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "msg_tool"
version = "0.3.1"
version = "0.4.0-alpha.1"
edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "A command-line tool for exporting, importing, packing, and unpacking script files."
@@ -40,8 +40,8 @@ markup5ever = { version = "0.38", optional = true }
md5 = { version = "0.8", optional = true }
memchr = { version = "2.7", optional = true }
mozjpeg = { version = "0.10", optional = true }
msg_tool_macro = { path = "./msg_tool_macro" }
msg_tool_xp3data = { path = "./msg_tool_xp3data", optional = true }
msg_tool_macro = { version = "0.4.0-alpha.1" }
msg_tool_xp3data = { version = "0.4.0-alpha.1", optional = true }
num_cpus = "1.17"
overf = "0.1"
parse-size = { version = "1.1", optional = true }