sea-orm-cli 0.2.2

This commit is contained in:
Chris Tsang 2021-09-17 23:40:53 +08:00
parent 903fda0e87
commit 1977d69202

View File

@ -3,7 +3,7 @@
[package]
name = "sea-orm-cli"
version = "0.2.0"
version = "0.2.2"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2018"
description = "Command line utility for SeaORM"
@ -21,7 +21,7 @@ path = "src/main.rs"
clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes" ] }
sea-orm-codegen = { version = "^0.2.0", path = "../sea-orm-codegen" }
sea-orm-codegen = { version = "^0.2.2", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.2.8", default-features = false, features = [
"debug-print",
"sqlx-mysql",