Skip to content

Commit

Permalink
add feature inheritance
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Oct 4, 2024
1 parent d45a9b6 commit 8fa41ab
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 @@ -107,7 +107,7 @@ extract_jsonpath = ["polars-ops/extract_jsonpath"]

# operations
bitwise = ["polars-core/bitwise", "polars-ops/bitwise"]
approx_unique = ["polars-ops/approx_unique"]
approx_unique = ["polars-ops/approx_unique", "polars-core/approx_unique"]
is_in = ["polars-ops/is_in"]
repeat_by = ["polars-ops/repeat_by"]
round_series = ["polars-ops/round_series"]
Expand Down

0 comments on commit 8fa41ab

Please sign in to comment.