sea-orm-cli 0.9.0

This commit is contained in:
Chris Tsang 2022-07-12 00:21:47 +08:00
parent 95503faa89
commit a62a2755ad

View File

@ -3,7 +3,7 @@
[package] [package]
name = "sea-orm-cli" name = "sea-orm-cli"
version = "0.8.1" version = "0.9.0"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ] authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2021" edition = "2021"
description = "Command line utility for SeaORM" description = "Command line utility for SeaORM"
@ -32,7 +32,7 @@ required-features = ["codegen"]
clap = { version = "^3.2", features = ["env", "derive"] } clap = { version = "^3.2", features = ["env", "derive"] }
dotenv = { version = "^0.15" } dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] } async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] }
sea-orm-codegen = { version = "^0.8.0", path = "../sea-orm-codegen", optional = true } sea-orm-codegen = { version = "^0.9.0", path = "../sea-orm-codegen", optional = true }
sea-schema = { version = "^0.9.2" } sea-schema = { version = "^0.9.2" }
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", features = ["env-filter"] } tracing-subscriber = { version = "0.3", features = ["env-filter"] }