mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-12-29 21:00:54 +00:00
fix: sqlx-postgres bigdecimal feature
This commit is contained in:
parent
1ff6a2ac94
commit
d81b6fc08d
@ -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…
x
Reference in New Issue
Block a user