diff --git a/Cargo.lock b/Cargo.lock index a621347..75ca097 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1177,7 +1177,9 @@ dependencies = [ [[package]] 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 = [ "quote", "syn 2.0.105", diff --git a/Cargo.toml b/Cargo.toml index 5ebb732..32c207d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ markup5ever = { version = "0.35", optional = true } markup5ever_rcdom = { version = "0.35", 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.2.0" } overf = "0.1" pelite = { version = "0.10", optional = true } png = { version = "0.17", optional = true } diff --git a/msg_tool_macro/Cargo.toml b/msg_tool_macro/Cargo.toml index 2fb8eda..f6f5533 100644 --- a/msg_tool_macro/Cargo.toml +++ b/msg_tool_macro/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "msg_tool_macro" -version = "0.1.6" +version = "0.2.0" edition = "2024" repository = "https://github.com/lifegpc/msg-tool" description = "A procedural macro for the msg-tool project."