From c5f041b04b18271aad67a3c7617b10cfde6f224b Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Wed, 1 Feb 2023 23:46:04 +0800 Subject: [PATCH] 0.11.0-rc.1 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8796652b..f2ace09d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"] [package] name = "sea-orm" -version = "0.10.3" +version = "0.11.0-rc.1" authors = ["Chris Tsang "] edition = "2021" 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"] } rust_decimal = { version = "1", 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-binder = { version = "0.3", default-features = false, optional = true } sea-strum = { version = "0.23", default-features = false, features = ["derive", "sea-orm"] }