sea-orm-cli 0.2.0

This commit is contained in:
Chris Tsang 2021-09-04 01:48:09 +08:00
parent 9483a5af8b
commit cb6c84fc15

View File

@ -3,7 +3,7 @@
[package]
name = "sea-orm-cli"
version = "0.1.3"
version = "0.2.0"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2018"
description = "Command line utility for SeaORM"
@ -22,7 +22,7 @@ clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes" ] }
sea-orm = { version = "^0.1.2", features = [ "sqlx-all" ] }
sea-orm-codegen = { version = "^0.1.3" }
sea-orm-codegen = { version = "^0.2.0" }
sea-schema = { version = "^0.2.7", default-features = false, features = [
"sqlx-mysql",
"sqlx-postgres",