refactor(config): 统一版本管理,移除冗余的 app_version 字段
- 移除 config/*.toml 中的 app_version 字段(代码中未使用) - 版本号统一由 Cargo.toml 管理 - Cargo.lock 自动同步更新 - 更新 AGENTS.md 添加版本管理说明
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -1960,7 +1960,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "rust-backend"
|
||||
version = "0.1.0"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-web",
|
||||
|
||||
Reference in New Issue
Block a user