sea-orm-cli 0.7.0

This commit is contained in:
Chris Tsang 2022-03-26 18:30:18 +08:00
parent c32b07edb8
commit 1e8c725eca

View File

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