diff --git a/migration/Cargo.toml b/migration/Cargo.toml index a40a05e..70f4874 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -13,7 +13,7 @@ async-std = { version = "1", features = ["attributes", "tokio1"] } loco-rs = { version = "0.1.8" } [dependencies.sea-orm-migration] -version = "0.12.4" +version = "0.12.14" 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.