Enable 128-column-tables feature for diesel

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2026-01-14 10:05:41 -03:00
parent 446dee26b6
commit c6a462f891

View file

@ -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"