chore: 更新 rust 依赖 (#486)

This commit is contained in:
ᴀᴍᴛᴏᴀᴇʀ
2025-10-10 12:49:11 +08:00
committed by GitHub
parent 2b046362d7
commit eadb464363
4 changed files with 249 additions and 485 deletions
-1
View File
@@ -5,5 +5,4 @@ edition = { workspace = true }
publish = { workspace = true }
[dependencies]
async-std = { workspace = true }
sea-orm-migration = { workspace = true }
-6
View File
@@ -1,6 +0,0 @@
use sea_orm_migration::prelude::*;
#[async_std::main]
async fn main() {
cli::run_cli(bili_sync_migration::Migrator).await;
}