sea-orm-cli 0.11.0-rc.1

This commit is contained in:
Chris Tsang 2023-02-01 23:46:02 +08:00
parent f9e8f861ce
commit 062cc3a0c0

View File

@ -3,7 +3,7 @@
[package]
name = "sea-orm-cli"
version = "0.10.3"
version = "0.11.0-rc.1"
authors = [
"Chris Tsang <chris.2y3@outlook.com>",
"Billy Chan <ccw.billy.123@gmail.com>",
@ -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"] }