release 0.4.0-alpha.3

This commit is contained in:
2026-06-10 15:12:21 +08:00
parent 9b5d3e3217
commit dcc8a29512
3 changed files with 7 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -1660,7 +1660,7 @@ dependencies = [
[[package]]
name = "msg_tool"
version = "0.4.0-alpha.2"
version = "0.4.0-alpha.3"
dependencies = [
"adler",
"aes",
@@ -1755,7 +1755,9 @@ dependencies = [
[[package]]
name = "msg_tool_xp3data"
version = "0.4.0-alpha.2"
version = "0.4.0-alpha.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7db81173a532a11338315d4ff2832206b59d10b41541700f1fbf3a86a85bd151"
dependencies = [
"msg_tool_build",
"zstd",

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "msg_tool_xp3data"
version = "0.4.0-alpha.2"
version = "0.4.0-alpha.3"
edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "XP3 data for the msg-tool project."