Skip to content

Commit

Permalink
sea-orm-cli 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tyt2y3 committed Aug 22, 2021
1 parent f722ce3 commit ab983a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1.2"
version = "0.1.3"
authors = [ "Billy Chan <[email protected]>" ]
edition = "2018"
description = "Command line utility for SeaORM"
Expand All @@ -21,8 +21,8 @@ path = "src/main.rs"
clap = { version = "^2.33.3" }
dotenv = { version = "^0.15" }
async-std = { version = "^1.9", features = [ "attributes" ] }
sea-orm = { version = "^0.1", features = [ "sqlx-all" ] }
sea-orm-codegen = { version = "^0.1", path = "../sea-orm-codegen" }
sea-orm = { version = "^0.1.2", features = [ "sqlx-all" ] }
sea-orm-codegen = { version = "^0.1.3" }
sea-schema = { version = "^0.2.7", default-features = false, features = [
"sqlx-mysql",
"sqlx-postgres",
Expand Down

0 comments on commit ab983a3

Please sign in to comment.