release 0.3.0

This commit is contained in:
2026-02-03 16:34:17 +08:00
parent f58a9f646c
commit 73fb288692
3 changed files with 7 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -1328,7 +1328,7 @@ dependencies = [
[[package]]
name = "msg_tool"
version = "0.2.18"
version = "0.3.0"
dependencies = [
"adler",
"anyhow",
@@ -1383,7 +1383,9 @@ dependencies = [
[[package]]
name = "msg_tool_macro"
version = "0.2.18"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4d149ce067a4e8d9a4061c545d6b6ce22c48598ff07603983bcb2f1c961d7e2"
dependencies = [
"quote",
"syn 2.0.114",

View File

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

View File

@@ -1,6 +1,6 @@
[package]
name = "msg_tool_macro"
version = "0.2.18"
version = "0.3.0"
edition = "2024"
repository = "https://github.com/lifegpc/msg-tool"
description = "A procedural macro for the msg-tool project."