fix(release): 修复发布一致性与并发边界
bat-rust / Build and test Rust (push) Canceled after 0s
bat-rust / Build and test Go API (push) Canceled after 0s

This commit is contained in:
2026-09-12 16:35:55 +08:00
parent 8d57a63697
commit 30d1cd77e8
20 changed files with 1100 additions and 102 deletions
+1
View File
@@ -13,6 +13,7 @@ serde.workspace = true
serde_json.workspace = true
tracing.workspace = true
async-trait.workspace = true
libc = "0.2"
# 文件系统操作
tokio = { workspace = true, features = ["fs", "io-util"] }