From 018d9d8fd3382895f495d465a0d1f176616a7a89 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 26 Mar 2022 18:35:49 +0800 Subject: [PATCH] 0.7.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3f7f50b..baa21105 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"] [package] name = "sea-orm" -version = "0.6.0" +version = "0.7.0" authors = ["Chris Tsang "] edition = "2021" description = "🐚 An async & dynamic ORM for Rust" @@ -30,7 +30,7 @@ futures = { version = "^0.3" } futures-util = { version = "^0.3" } tracing = { version = "0.1", features = ["log"] } rust_decimal = { version = "^1", optional = true } -sea-orm-macros = { version = "^0.6.0", path = "sea-orm-macros", optional = true } +sea-orm-macros = { version = "^0.7.0", path = "sea-orm-macros", optional = true } sea-query = { version = "^0.23.0", features = ["thread-safe"] } sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] }