Skip to content

Commit 661932c

Browse files
committed
fix: also activate rust_decimal feature in the dst_arrow feature group
1 parent d66669e commit 661932c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connectorx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ pprof = {version = "0.14", features = ["flamegraph"]}
7676
all = ["src_sqlite", "src_postgres", "src_mysql", "src_mssql", "src_oracle", "src_bigquery", "src_csv", "src_dummy", "src_trino", "dst_arrow", "dst_polars", "federation", "fed_exec"]
7777
branch = []
7878
default = ["fptr"]
79-
dst_arrow = ["arrow"]
79+
dst_arrow = ["arrow", "rust_decimal"]
8080
dst_polars = ["dst_arrow", "polars", "polars-arrow"]
8181
fptr = []
8282
src_bigquery = ["gcp-bigquery-client", "tokio"]

0 commit comments

Comments
 (0)