sea-orm-migration 0.9.0
This commit is contained in:
parent
ad5a566a17
commit
7e8c8fabe7
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "sea-orm-migration"
|
name = "sea-orm-migration"
|
||||||
version = "0.8.3"
|
version = "0.9.0"
|
||||||
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
|
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Migration utility for SeaORM"
|
description = "Migration utility for SeaORM"
|
||||||
@ -21,8 +21,8 @@ path = "src/lib.rs"
|
|||||||
async-trait = { version = "^0.1" }
|
async-trait = { version = "^0.1" }
|
||||||
clap = { version = "^3.2", features = ["env", "derive"] }
|
clap = { version = "^3.2", features = ["env", "derive"] }
|
||||||
dotenv = { version = "^0.15" }
|
dotenv = { version = "^0.15" }
|
||||||
sea-orm = { version = "^0.8.0", path = "../", default-features = false, features = ["macros"] }
|
sea-orm = { version = "^0.9.0", path = "../", default-features = false, features = ["macros"] }
|
||||||
sea-orm-cli = { version = "^0.8.1", path = "../sea-orm-cli", default-features = false }
|
sea-orm-cli = { version = "^0.9.0", path = "../sea-orm-cli", default-features = false }
|
||||||
sea-schema = { version = "^0.9.2" }
|
sea-schema = { version = "^0.9.2" }
|
||||||
tracing = { version = "0.1", features = ["log"] }
|
tracing = { version = "0.1", features = ["log"] }
|
||||||
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user