refactor(config): 统一版本管理,移除冗余的 app_version 字段

- 移除 config/*.toml 中的 app_version 字段(代码中未使用)
- 版本号统一由 Cargo.toml 管理
- Cargo.lock 自动同步更新
- 更新 AGENTS.md 添加版本管理说明
This commit is contained in:
2026-04-19 20:35:12 +08:00
parent db7fa8e460
commit a91948a18c
5 changed files with 47 additions and 1 deletions

2
Cargo.lock generated
View File

@@ -1960,7 +1960,7 @@ dependencies = [
[[package]]
name = "rust-backend"
version = "0.1.0"
version = "0.3.0"
dependencies = [
"actix-files",
"actix-web",