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