diff options
| author | Nathan Perry <np@nathanperry.dev> | 2024-05-11 18:08:05 -0400 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2024-05-11 18:08:05 -0400 |
| commit | 9bed5aab1239d9902e9282965dd2cdf58cea72b0 (patch) | |
| tree | fb66aea308a142e605d2646727f74e545e7ba1e8 /Cargo.toml | |
| parent | 332eff26a0a358eef52c307b02b7e1ac080dd15f (diff) | |
db: fixup a few trailing issues
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ symphonia = { version = "0.5", features = ["all"] } diesel = { version = "2.1", features = ["chrono"], optional = true } diesel-async = { version = "0.4", optional = true, features = ["deadpool", "postgres"] } diesel_async_migrations = { version = "0.12", optional = true } -tokio-postgres = { version = "0.7", optional = true } +tokio-postgres = { version = "0.7", optional = true, features = ["with-chrono-0_4"] } deadpool-postgres = { version = "0.13", optional = true } [dependencies.serenity] |
