sea-orm-cli 0.8.0

This commit is contained in:
Chris Tsang 2022-05-10 00:04:48 +08:00
parent 39b3726ebb
commit e1f19ed801

View File

@ -3,7 +3,7 @@
[package]
name = "sea-orm-cli"
version = "0.7.2"
version = "0.8.0"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2021"
description = "Command line utility for SeaORM"
@ -32,7 +32,7 @@ required-features = ["codegen"]
clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes", "tokio1" ] }
sea-orm-codegen = { version = "^0.7.0", path = "../sea-orm-codegen", optional = true }
sea-orm-codegen = { version = "^0.8.0", path = "../sea-orm-codegen", optional = true }
sea-schema = { version = "^0.8.0" }
sqlx = { version = "^0.5", default-features = false, features = [ "mysql", "postgres" ], optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }