From c6a462f89126223e5a3d5ef3088a750d47f9883e Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Wed, 14 Jan 2026 10:05:41 -0300 Subject: [PATCH] Enable 128-column-tables feature for diesel --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90b557122..b603ffce2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -115,7 +115,7 @@ base64 = "0.22" bytes = "1.8" chrono = { version = "0.4", features = ["serde"] } color-eyre = "0.6.5" -diesel = { version = "2.1", features = ["postgres", "uuid", "chrono", "serde_json", "r2d2", "numeric"] } +diesel = { version = "2.1", features = ["postgres", "uuid", "chrono", "serde_json", "r2d2", "numeric", "128-column-tables"] } bigdecimal = { version = "0.4", features = ["serde"] } diesel_migrations = "2.1.0" dirs = "5.0"