Skip to content

Commit

Permalink
fix: sqlx-postgres bigdecimal feature
Browse files Browse the repository at this point in the history
  • Loading branch information
0xdeafbeef authored and Aandreba committed Mar 31, 2023
1 parent 970efb9 commit cb6126e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqlx-postgres/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ migrate = ["sqlx-core/migrate"]
offline = ["sqlx-core/offline"]

# Type integration features which require additional dependencies
rust_decimal = ["dep:rust_decimal", "dep:num-bigint"]
rust_decimal = ["dep:rust_decimal"]
bigdecimal = ["dep:bigdecimal", "dep:num-bigint"]

[dependencies]
# Futures crates
Expand Down

0 comments on commit cb6126e

Please sign in to comment.