Fix compile issue

This commit is contained in:
2025-08-14 19:30:35 +08:00
parent c25bd62ff1
commit 3973f3bb43
7 changed files with 10 additions and 11 deletions

6
Cargo.lock generated
View File

@@ -796,7 +796,7 @@ dependencies = [
[[package]]
name = "msg_tool"
version = "0.1.4"
version = "0.1.5"
dependencies = [
"anyhow",
"byteorder",
@@ -835,9 +835,9 @@ dependencies = [
[[package]]
name = "msg_tool_macro"
version = "0.1.5"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c194c0fd349cbd1c96b3771da400464a2f1f68b82335d0043a36d9326884c8db"
checksum = "e18f79ab2d0d7a8685961a7d2007f53570ff988aa0d363503a190eef08c983a1"
dependencies = [
"quote",
"syn",