From 065ab80cd08d7c928e7081f575a6badf110051a8 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Sat, 20 Aug 2022 14:05:14 +0800 Subject: [PATCH] 0.9.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0043ae112..398cb3bbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [".", "sea-orm-macros", "sea-orm-codegen"] [package] name = "sea-orm" -version = "0.9.1" +version = "0.9.2" authors = ["Chris Tsang "] edition = "2021" description = "🐚 An async & dynamic ORM for Rust" @@ -32,7 +32,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.9.1", path = "sea-orm-macros", optional = true } +sea-orm-macros = { version = "^0.9.2", path = "sea-orm-macros", optional = true } sea-query = { version = "^0.26.3", features = ["thread-safe"] } sea-strum = { version = "^0.23", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] }