Skip to content

Commit

Permalink
Fix Cargo feature
Browse files Browse the repository at this point in the history
  • Loading branch information
stinodego committed Jul 23, 2024
1 parent 6c371ee commit a5c6d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/polars-plan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ month_end = ["polars-time/month_end"]
offset_by = ["polars-time/offset_by"]

bigidx = ["polars-core/bigidx"]
polars_cloud = []
polars_cloud = ["ciborium"]

panic_on_schema = []

Expand Down

0 comments on commit a5c6d13

Please sign in to comment.