From 6ce040bbbaa47a046207d225b3330fdb7a49f60e Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Fri, 17 Sep 2021 23:49:55 +0800 Subject: [PATCH] Bump sea-orm-macros --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a503773..908c6a69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ futures = { version = "^0.3" } futures-util = { version = "^0.3" } log = { version = "^0.4", optional = true } rust_decimal = { version = "^1", optional = true } -sea-orm-macros = { version = "^0.2", path = "sea-orm-macros", optional = true } +sea-orm-macros = { version = "^0.2.2", path = "sea-orm-macros", optional = true } sea-query = { version = "^0.16.3", features = ["thread-safe"] } sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] }