From f65513eadf1493a07c7304b53d91e3fc1c675d94 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Fri, 10 Sep 2021 12:11:23 +0800 Subject: [PATCH] Hotfix - mysql binary column mapping --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65adce04..c243d23c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ 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-query = { version = "^0.16", features = ["thread-safe"] } +sea-query = { version = "^0.16", git = "https://github.com/SeaQL/sea-query.git", branch = "mysql-blob", features = ["thread-safe"] } sea-strum = { version = "^0.21", features = ["derive", "sea-orm"] } serde = { version = "^1.0", features = ["derive"] } serde_json = { version = "^1", optional = true }