From 5a963fb2b42e19e965b66a29c26dedfe3bbd4453 Mon Sep 17 00:00:00 2001 From: Chris Tsang Date: Mon, 23 Aug 2021 01:54:53 +0800 Subject: [PATCH] Bump sea-orm-macros to 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48db2698..f097a9f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ chrono = { version = "^0", optional = true } futures = { version = "^0.3" } futures-util = { version = "^0.3" } rust_decimal = { version = "^1", optional = true } -sea-orm-macros = { version = "^0.1", path = "sea-orm-macros", optional = true } +sea-orm-macros = { version = "^0.1.1", optional = true } sea-query = { version = "^0.15", features = ["thread-safe"] } sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] }