Skip to content

Commit

Permalink
Merge branch 'master' into codegen-col-unique-keys
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 authored Sep 24, 2021
2 parents 06a26ac + 0c859c3 commit 37b36eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sea-orm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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",
Expand Down

0 comments on commit 37b36eb

Please sign in to comment.