Merge branch 'master' into codegen-col-unique-keys

This commit is contained in:
Billy Chan 2021-09-24 15:34:45 +08:00 committed by GitHub
commit 37b36eb101
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
[package]
name = "sea-orm-cli"
version = "0.2.3"
version = "0.2.4"
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-codegen = { version = "^0.2.3", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.2.8", git = "https://github.com/SeaQL/sea-schema.git", branch = "sea-query/idx-is-unique-key", default-features = false, features = [
sea-schema = { version = "^0.2.9", git = "https://github.com/SeaQL/sea-schema.git", branch = "sea-query/idx-is-unique-key", default-features = false, features = [
"debug-print",
"sqlx-mysql",
"sqlx-postgres",