From 062cc3a0c0620be11347678c83e6697427280478 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 1 Feb 2023 23:46:02 +0800 Subject: [PATCH] sea-orm-cli 0.11.0-rc.1 --- sea-orm-cli/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sea-orm-cli/Cargo.toml b/sea-orm-cli/Cargo.toml index c8cabf22..4070e03f 100644 --- a/sea-orm-cli/Cargo.toml +++ b/sea-orm-cli/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "sea-orm-cli" -version = "0.10.3" +version = "0.11.0-rc.1" authors = [ "Chris Tsang ", "Billy Chan ", @@ -37,7 +37,7 @@ required-features = ["cli", "codegen"] clap = { version = "3.2", default-features = false, features = ["std", "env", "derive"], optional = true } dotenvy = { version = "0.15", default-features = false, optional = true } async-std = { version = "1.9", default-features = false, features = ["attributes", "tokio1"], optional = true } -sea-orm-codegen = { version = "=0.10.3", path = "../sea-orm-codegen", default-features = false, optional = true } +sea-orm-codegen = { version = "=0.11.0-rc.1", path = "../sea-orm-codegen", default-features = false, optional = true } sea-schema = { version = "0.11" } sqlx = { version = "0.6", default-features = false, features = ["mysql", "postgres"], optional = true } tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }