Skip to content

Commit

Permalink
fix: fix diesel postgres example missing features
Browse files Browse the repository at this point in the history
  • Loading branch information
Sytten committed Jul 14, 2023
1 parent b6e40d4 commit 6c125c1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/diesel_postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ sea-query-diesel = { path = "../../sea-query-diesel", features = [
"with-json",
"with-uuid",
"with-time",
"with-rust_decimal-postgres",
"with-bigdecimal",
"with-ipnetwork",
"with-mac_address",
"postgres-array",
] }

[patch.crates-io]
Expand Down

0 comments on commit 6c125c1

Please sign in to comment.