sea-orm-cli 0.10.1

This commit is contained in:
Billy Chan 2022-10-27 16:03:37 +08:00
parent 2419401d30
commit 8b748d290a
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -3,7 +3,7 @@
[package]
name = "sea-orm-cli"
version = "0.10.0"
version = "0.10.1"
authors = ["Billy Chan <ccw.billy.123@gmail.com>"]
edition = "2021"
description = "Command line utility for SeaORM"
@ -34,7 +34,7 @@ required-features = ["cli", "codegen"]
clap = { version = "^3.2", features = ["env", "derive"], optional = true }
dotenvy = { version = "^0.15", optional = true }
async-std = { version = "^1.9", features = ["attributes", "tokio1"], optional = true }
sea-orm-codegen = { version = "^0.10.0", path = "../sea-orm-codegen", optional = true }
sea-orm-codegen = { version = "^0.10.1", path = "../sea-orm-codegen", optional = true }
sea-schema = { version = "^0.10.2" }
sqlx = { version = "^0.6", default-features = false, features = ["mysql", "postgres"], optional = true }
tracing-subscriber = { version = "0.3", features = ["env-filter"] }