sea-orm-cli 0.11.0-rc.1
This commit is contained in:
parent
f9e8f861ce
commit
062cc3a0c0
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "sea-orm-cli"
|
name = "sea-orm-cli"
|
||||||
version = "0.10.3"
|
version = "0.11.0-rc.1"
|
||||||
authors = [
|
authors = [
|
||||||
"Chris Tsang <chris.2y3@outlook.com>",
|
"Chris Tsang <chris.2y3@outlook.com>",
|
||||||
"Billy Chan <ccw.billy.123@gmail.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 }
|
clap = { version = "3.2", default-features = false, features = ["std", "env", "derive"], optional = true }
|
||||||
dotenvy = { version = "0.15", default-features = false, optional = true }
|
dotenvy = { version = "0.15", default-features = false, optional = true }
|
||||||
async-std = { version = "1.9", default-features = false, features = ["attributes", "tokio1"], 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" }
|
sea-schema = { version = "0.11" }
|
||||||
sqlx = { version = "0.6", default-features = false, features = ["mysql", "postgres"], optional = true }
|
sqlx = { version = "0.6", default-features = false, features = ["mysql", "postgres"], optional = true }
|
||||||
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
|
tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter", "fmt"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user