From 3a369d3eb5def37e7039aff8b93b9584138e1220 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Thu, 24 Nov 2022 14:28:24 +0800 Subject: [PATCH] sea-orm-migration 0.10.4 --- sea-orm-migration/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sea-orm-migration/Cargo.toml b/sea-orm-migration/Cargo.toml index 72bd37cf0..130817582 100644 --- a/sea-orm-migration/Cargo.toml +++ b/sea-orm-migration/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "sea-orm-migration" -version = "0.10.3" +version = "0.10.4" authors = ["Billy Chan "] edition = "2021" description = "Migration utility for SeaORM" @@ -23,8 +23,8 @@ path = "src/lib.rs" async-trait = { version = "^0.1" } clap = { version = "^3.2", features = ["env", "derive"], optional = true } dotenvy = { version = "^0.15", optional = true } -sea-orm = { version = "^0.10.3", path = "../", default-features = false, features = ["macros"] } -sea-orm-cli = { version = "^0.10.3", path = "../sea-orm-cli", default-features = false, optional = true } +sea-orm = { version = "^0.10.4", path = "../", default-features = false, features = ["macros"] } +sea-orm-cli = { version = "^0.10.4", path = "../sea-orm-cli", default-features = false, optional = true } sea-schema = { version = "^0.10.2" } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }