From c76f847669e3c3131b52d27390fceb2dd1a82ff2 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sun, 6 Nov 2022 21:01:06 +0800 Subject: [PATCH] sea-orm-migration 0.10.2 --- 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 f035c1de..0c674d66 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.1" +version = "0.10.2" 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.1", path = "../", default-features = false, features = ["macros"] } -sea-orm-cli = { version = "^0.10.1", path = "../sea-orm-cli", default-features = false, optional = true } +sea-orm = { version = "^0.10.2", path = "../", default-features = false, features = ["macros"] } +sea-orm-cli = { version = "^0.10.2", 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"] }