sea-orm-migration 0.8.1

This commit is contained in:
Chris Tsang 2022-05-10 23:33:14 +08:00
parent c466a169fb
commit e4b38a9898

View File

@ -3,7 +3,7 @@
[package]
name = "sea-orm-migration"
version = "0.8.0"
version = "0.8.1"
authors = [ "Billy Chan <ccw.billy.123@gmail.com>" ]
edition = "2021"
description = "Migration utility for SeaORM"
@ -23,7 +23,7 @@ async-trait = { version = "^0.1" }
clap = { version = "^2.33" }
dotenv = { version = "^0.15" }
sea-orm = { version = "^0.8.0", path = "../", default-features = false, features = ["macros"] }
sea-orm-cli = { version = "^0.8.0", path = "../sea-orm-cli", default-features = false }
sea-orm-cli = { version = "^0.8.1", path = "../sea-orm-cli", default-features = false }
sea-schema = { version = "^0.8.0" }
tracing = { version = "0.1", features = ["log"] }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }