0.11.0-rc.1
This commit is contained in:
parent
4f181bf438
commit
c5f041b04b
@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"]
|
|||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "sea-orm"
|
name = "sea-orm"
|
||||||
version = "0.10.3"
|
version = "0.11.0-rc.1"
|
||||||
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
|
authors = ["Chris Tsang <chris.2y3@outlook.com>"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "🐚 An async & dynamic ORM for Rust"
|
description = "🐚 An async & dynamic ORM for Rust"
|
||||||
@ -33,7 +33,7 @@ log = { version = "0.4", default-features = false }
|
|||||||
tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] }
|
tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] }
|
||||||
rust_decimal = { version = "1", default-features = false, optional = true }
|
rust_decimal = { version = "1", default-features = false, optional = true }
|
||||||
bigdecimal = { version = "0.3", default-features = false, optional = true }
|
bigdecimal = { version = "0.3", default-features = false, optional = true }
|
||||||
sea-orm-macros = { version = "0.10.3", path = "sea-orm-macros", default-features = false, optional = true }
|
sea-orm-macros = { version = "0.11.0-rc.1", path = "sea-orm-macros", default-features = false, optional = true }
|
||||||
sea-query = { version = "0.28.3", features = ["thread-safe"] }
|
sea-query = { version = "0.28.3", features = ["thread-safe"] }
|
||||||
sea-query-binder = { version = "0.3", default-features = false, optional = true }
|
sea-query-binder = { version = "0.3", default-features = false, optional = true }
|
||||||
sea-strum = { version = "0.23", default-features = false, features = ["derive", "sea-orm"] }
|
sea-strum = { version = "0.23", default-features = false, features = ["derive", "sea-orm"] }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user