From 781b0d792c80f3394227a8e60043ff1cbf753ff4 Mon Sep 17 00:00:00 2001
From: Bryan Newbold <bnewbold@robocracy.org>
Date: Fri, 10 May 2019 15:05:39 -0700
Subject: drop back down to 32 column diesel mode

---
 rust/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/Cargo.toml b/rust/Cargo.toml
index c7368100..2344bda2 100644
--- a/rust/Cargo.toml
+++ b/rust/Cargo.toml
@@ -11,7 +11,7 @@ members = ["fatcat-api-spec"]
 
 [dependencies]
 fatcat-api-spec = {version = "*", path = "fatcat-api-spec", features = ["server"] }
-diesel = { version = "1.3", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2", "64-column-tables"] }
+diesel = { version = "1.3", features = ["postgres", "uuid", "serde_json", "chrono", "r2d2"] }
 diesel_migrations = "1.3"
 dotenv = "0.9.0"
 clap = "2"
-- 
cgit v1.2.3