release 0.4.0-alpha.2

This commit is contained in:
2026-05-09 17:59:40 +08:00
parent b0297d37a5
commit f6da39c323
4 changed files with 12 additions and 8 deletions

10
Cargo.lock generated
View File

@@ -1522,7 +1522,7 @@ dependencies = [
[[package]] [[package]]
name = "msg_tool" name = "msg_tool"
version = "0.4.0-alpha.1" version = "0.4.0-alpha.2"
dependencies = [ dependencies = [
"adler", "adler",
"aes", "aes",
@@ -1588,7 +1588,9 @@ dependencies = [
[[package]] [[package]]
name = "msg_tool_build" name = "msg_tool_build"
version = "0.4.0-alpha.1" version = "0.4.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8386042ba7f224865098b365961d45df240b4f43ac6c8e279d16616ae25188ae"
dependencies = [ dependencies = [
"json", "json",
"zstd", "zstd",
@@ -1606,7 +1608,9 @@ dependencies = [
[[package]] [[package]]
name = "msg_tool_xp3data" name = "msg_tool_xp3data"
version = "0.4.0-alpha.1" version = "0.4.0-alpha.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2406845429faea2b0e50e5ab0e5b58e10758cdd24de5dc0b372fb021f9596448"
dependencies = [ dependencies = [
"msg_tool_build", "msg_tool_build",
"zstd", "zstd",

View File

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

View File

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

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "msg_tool_xp3data" name = "msg_tool_xp3data"
version = "0.4.0-alpha.1" version = "0.4.0-alpha.2"
edition = "2024" edition = "2024"
repository = "https://github.com/lifegpc/msg-tool" repository = "https://github.com/lifegpc/msg-tool"
description = "XP3 data for the msg-tool project." description = "XP3 data for the msg-tool project."
@@ -19,4 +19,4 @@ unstable = ["msg_tool_build/unstable"]
all-features = true all-features = true
[build-dependencies] [build-dependencies]
msg_tool_build = { path = "../msg_tool_build", features = ["kirikiri-arc"] } msg_tool_build = { version = "0.4.0-alpha.2", features = ["kirikiri-arc"] }