Skip to content

Commit

Permalink
Bump cli & codegen version
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Aug 10, 2021
1 parent 9be094b commit 898020d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sea-orm-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-orm-cli"
version = "0.1.0"
version = "0.1.1"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2018"
description = "Command line utility for SeaORM"
Expand All @@ -19,7 +19,7 @@ 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 = { path = "../sea-orm-codegen", version = "^0.1" }
sea-orm-codegen = { version = "^0.1", path = "../sea-orm-codegen" }
sea-schema = { version = "^0.2.4", default-features = false, features = [
"sqlx-mysql",
"sqlx-postgres",
Expand Down
2 changes: 1 addition & 1 deletion sea-orm-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sea-orm-codegen"
version = "0.1.1"
version = "0.1.2"
authors = ["Billy Chan <ccw.billy.123@gmail.com>"]
edition = "2018"
description = "Code Generator for SeaORM"
Expand Down

0 comments on commit 898020d

Please sign in to comment.