Enable 128-column-tables feature for diesel
This commit is contained in:
parent
446dee26b6
commit
c6a462f891
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue