refactor: 更新依赖版本并优化axum服务器启动方式
升级所有依赖到最新版本,包括axum 0.8.4和sea-orm 1.1.17 修改axum服务器启动方式以兼容新版本API 将Rust edition更新至2024 添加.DS_Store到.gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -16,3 +16,5 @@ target/
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
frontend/.DS_Store
|
||||
.DS_Store
|
||||
|
||||
Reference in New Issue
Block a user