From 2a152491794a012498441b9cc890443da6263216 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 1 Feb 2023 23:46:05 +0800 Subject: [PATCH] sea-orm-migration 0.11.0-rc.1 --- 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 555849f6b..c2cca2f54 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.11.0-rc.1" authors = ["Billy Chan "] edition = "2021" description = "Migration utility for SeaORM" @@ -23,8 +23,8 @@ path = "src/lib.rs" async-trait = { version = "0.1", default-features = false } clap = { version = "3.2", default-features = false, features = ["std", "env", "derive"], optional = true } dotenvy = { version = "0.15", default-features = false, 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.11.0-rc.1", path = "../", default-features = false, features = ["macros"] } +sea-orm-cli = { version = "0.11.0-rc.1", path = "../sea-orm-cli", default-features = false, optional = true } sea-schema = { version = "0.11" } tracing = { version = "0.1", default-features = false, features = ["log"] } tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }