Skip to content

Commit

Permalink
sea-orm-cli 0.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Nov 14, 2022
1 parent 9308956 commit b9c27f2
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.10.2"
version = "0.10.3"
authors = ["Billy Chan <[email protected]>"]
edition = "2021"
description = "Command line utility for SeaORM"
Expand Down Expand Up @@ -34,7 +34,7 @@ required-features = ["cli", "codegen"]
clap = { version = "^3.2", features = ["env", "derive"], optional = true }
dotenvy = { version = "^0.15", optional = true }
async-std = { version = "^1.9", features = ["attributes", "tokio1"], optional = true }
sea-orm-codegen = { version = "^0.10.2", path = "../sea-orm-codegen", optional = true }
sea-orm-codegen = { version = "^0.10.3", path = "../sea-orm-codegen", optional = true }
sea-schema = { version = "^0.10.2" }
sqlx = { version = "^0.6", default-features = false, features = ["mysql", "postgres"], optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
Expand Down

0 comments on commit b9c27f2

Please sign in to comment.