This commit is contained in:
Billy Chan 2022-10-27 16:03:39 +08:00
parent 7fb7649aa4
commit a85f6a3804
No known key found for this signature in database
GPG Key ID: A2D690CAC7DF3CC7

View File

@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"]
[package]
name = "sea-orm"
version = "0.10.0"
version = "0.10.1"
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.0", path = "sea-orm-macros", optional = true }
sea-orm-macros = { version = "^0.10.1", 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"] }