Skip to content

Commit

Permalink
sea-orm-cli depends on sea-schema 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Dec 11, 2021
1 parent 32164dd commit 5ea4ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-orm-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.1", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.2.9", default-features = false, features = [
sea-schema = { version = "0.2.9", default-features = false, features = [
"debug-print",
"sqlx-mysql",
"sqlx-postgres",
Expand Down

0 comments on commit 5ea4ec4

Please sign in to comment.