This commit is contained in:
Chris Tsang 2022-11-14 14:32:46 +08:00
parent 58fcee60cf
commit cc7fb2864d

View File

@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"]
[package]
name = "sea-orm"
version = "0.10.2"
version = "0.10.3"
authors = ["Chris Tsang <tyt2y7@gmail.com>"]
edition = "2021"
description = "🐚 An async & dynamic ORM for Rust"
@ -33,7 +33,7 @@ futures-util = { version = "^0.3" }
log = { version = "^0.4" }
tracing = { version = "^0.1", features = ["log"] }
rust_decimal = { version = "^1", optional = true }
sea-orm-macros = { version = "^0.10.2", path = "sea-orm-macros", optional = true }
sea-orm-macros = { version = "^0.10.3", path = "sea-orm-macros", optional = true }
sea-query = { version = "^0.27.1", features = ["thread-safe"] }
sea-query-binder = { version = "^0.2.1", optional = true }
sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] }