v0.2.0 release

This commit is contained in:
2025-08-30 14:53:32 +08:00
parent 86b8231395
commit 4057660d3c
3 changed files with 5 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -1177,7 +1177,9 @@ dependencies = [
[[package]] [[package]]
name = "msg_tool_macro" name = "msg_tool_macro"
version = "0.1.6" version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "796c22de174c27a68ebb601d1a910187de399136406fb139fe2e2049742a5d93"
dependencies = [ dependencies = [
"quote", "quote",
"syn 2.0.105", "syn 2.0.105",

View File

@@ -27,7 +27,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.0" }
overf = "0.1" overf = "0.1"
pelite = { version = "0.10", optional = true } pelite = { version = "0.10", optional = true }
png = { version = "0.17", optional = true } png = { version = "0.17", optional = true }

View File

@@ -1,6 +1,6 @@
[package] [package]
name = "msg_tool_macro" name = "msg_tool_macro"
version = "0.1.6" version = "0.2.0"
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."