Skip to content

Commit

Permalink
Temporary enable sqlx/bigdecimal feature when with-rust_decimal i…
Browse files Browse the repository at this point in the history
…s enabled (launchbadge/sqlx#2549)
  • Loading branch information
billy1624 committed Jul 13, 2023
1 parent e542946 commit fa50aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sea-query-binder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ sqlx-sqlite = ["sqlx/sqlite"]
sqlx-any = ["sqlx/any"]
with-chrono = ["sqlx?/chrono", "sea-query/with-chrono", "chrono"]
with-json = ["sqlx?/json", "sea-query/with-json", "serde_json"]
with-rust_decimal = ["sqlx?/rust_decimal", "sea-query/with-rust_decimal", "rust_decimal"]
with-rust_decimal = ["sqlx?/rust_decimal", "sqlx?/bigdecimal", "sea-query/with-rust_decimal", "rust_decimal"]
with-bigdecimal = ["sqlx?/bigdecimal", "sea-query/with-bigdecimal", "bigdecimal"]
with-uuid = ["sqlx?/uuid", "sea-query/with-uuid", "uuid"]
with-time = ["sqlx?/time", "sea-query/with-time", "time"]
Expand Down

0 comments on commit fa50aa2

Please sign in to comment.