Skip to content

Commit

Permalink
fix: enable postgres feature for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-prisma committed Jan 16, 2025
1 parent 7eb0f3d commit b013cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ enumflags2.workspace = true
derive_more.workspace = true

# HACK: this should not be in core either
quaint.workspace = true
quaint = { workspace = true, features = ["postgresql"] }

0 comments on commit b013cb8

Please sign in to comment.