mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix: sqlx-postgres bigdecimal feature
This commit is contained in:
parent
1ff6a2ac94
commit
d81b6fc08d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue