mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-07-08 01:31:53 +08:00
release 0.4.0-alpha.3
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -1660,7 +1660,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "msg_tool"
|
name = "msg_tool"
|
||||||
version = "0.4.0-alpha.2"
|
version = "0.4.0-alpha.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"adler",
|
"adler",
|
||||||
"aes",
|
"aes",
|
||||||
@@ -1755,7 +1755,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "msg_tool_xp3data"
|
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 = [
|
dependencies = [
|
||||||
"msg_tool_build",
|
"msg_tool_build",
|
||||||
"zstd",
|
"zstd",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "msg_tool"
|
name = "msg_tool"
|
||||||
version = "0.4.0-alpha.2"
|
version = "0.4.0-alpha.3"
|
||||||
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."
|
||||||
@@ -47,7 +47,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.3", 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 }
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "msg_tool_xp3data"
|
name = "msg_tool_xp3data"
|
||||||
version = "0.4.0-alpha.2"
|
version = "0.4.0-alpha.3"
|
||||||
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."
|
||||||
|
|||||||
Reference in New Issue
Block a user