Skip to content

Commit

Permalink
fix(rust): Fix use of undeclared crate or module error (#18701)
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane authored Sep 12, 2024
1 parent fcf03de commit 4902aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-pipe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ version_check = { workspace = true }
[features]
csv = ["polars-plan/csv", "polars-io/csv"]
cloud = ["async", "polars-io/cloud", "polars-plan/cloud", "tokio", "futures"]
parquet = ["polars-plan/parquet", "polars-io/parquet", "polars-io/async"]
parquet = ["polars-plan/parquet", "polars-io/parquet", "polars-io/async", "futures"]
ipc = ["polars-plan/ipc", "polars-io/ipc"]
json = ["polars-plan/json", "polars-io/json"]
async = ["polars-plan/async", "polars-io/async", "futures"]
Expand Down

0 comments on commit 4902aba

Please sign in to comment.