This commit is contained in:
2026-07-09 00:58:29 +02:00
parent 4fef4f5162
commit 0d72594dfb
4 changed files with 116 additions and 280 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ path = "src/lib.rs"
async-std = { version = "1", features = ["attributes", "tokio1"] }
[dependencies.sea-orm-migration]
version = "2.0.0-rc.41"
version = "2.0.0-rc.42"
features = [
# Enable at least one `ASYNC_RUNTIME` and `DATABASE_DRIVER` feature if you want to run migration via CLI.
# View the list of supported features at https://www.sea-ql.org/SeaORM/docs/install-and-config/database-and-async-runtime.