release 0.2.12

This commit is contained in:
2025-11-03 23:08:08 +08:00
parent a3d8065ab4
commit 245543baff
3 changed files with 7 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -1329,7 +1329,7 @@ dependencies = [
[[package]] [[package]]
name = "msg_tool" name = "msg_tool"
version = "0.2.11" version = "0.2.12"
dependencies = [ dependencies = [
"adler", "adler",
"anyhow", "anyhow",
@@ -1383,7 +1383,9 @@ dependencies = [
[[package]] [[package]]
name = "msg_tool_macro" name = "msg_tool_macro"
version = "0.2.9" version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7311dfe564f7812ce1a246b01169533cb4c089e3d91aca31f9675df1c57a20a2"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.106", "syn 2.0.106",

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "msg_tool" name = "msg_tool"
version = "0.2.11" version = "0.2.12"
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."
@@ -34,7 +34,7 @@ markup5ever = { version = "0.35", optional = true }
markup5ever_rcdom = { version = "0.35", optional = true } markup5ever_rcdom = { version = "0.35", 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 = { path = "./msg_tool_macro" } msg_tool_macro = { version = "0.2.12" }
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_macro" name = "msg_tool_macro"
version = "0.2.9" version = "0.2.12"
edition = "2024" edition = "2024"
repository = "https://github.com/lifegpc/msg-tool" repository = "https://github.com/lifegpc/msg-tool"
description = "A procedural macro for the msg-tool project." description = "A procedural macro for the msg-tool project."